instance method
encoded_width
Ruby on Rails 7.0.10
Since v5.2.8.1 PrivateSignature
encoded_width()
No documentation comment.
Source
# File activestorage/lib/active_storage/analyzer/video_analyzer.rb, line 90
def encoded_width
@encoded_width ||= Float(video_stream["width"]) if video_stream["width"]
end
Defined in activestorage/lib/active_storage/analyzer/video_analyzer.rb line 90
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveStorage::Analyzer::VideoAnalyzer