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