method
encoded_width
rails latest stable - Class:
ActiveStorage::Analyzer::VideoAnalyzer
encoded_width()private
No documentation available.
# File activestorage/lib/active_storage/analyzer/video_analyzer.rb, line 92
def encoded_width
@encoded_width ||= Float(video_stream["width"]) if video_stream["width"]
end