method
encoded_width
v7.2.3 -
Show latest stable
- Class:
ActiveStorage::Analyzer::VideoAnalyzer
encoded_width()private
No documentation available.
# 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