instance method
encoded_height
Ruby on Rails 7.1.6
Since v5.2.8.1 PrivateSignature
encoded_height()
No documentation comment.
Source
# File activestorage/lib/active_storage/analyzer/video_analyzer.rb, line 96
def encoded_height
@encoded_height ||= Float(video_stream["height"]) if video_stream["height"]
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