method
width
v5.2.3 -
Show latest stable
- Class:
ActiveStorage::Analyzer::VideoAnalyzer
width()private
No documentation available.
# File activestorage/lib/active_storage/analyzer/video_analyzer.rb, line 32
def width
if rotated?
computed_height || encoded_height
else
encoded_width
end
end