instance method
encoded_width
Ruby on Rails 8.0.4
Since v5.2.8.1 PrivateSignature
encoded_width()
No documentation comment.
Source
# File activestorage/lib/active_storage/analyzer/video_analyzer.rb, line 96
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 96
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveStorage::Analyzer::VideoAnalyzer