method
computed_height
v6.1.7.7 -
Show latest stable
- Class:
ActiveStorage::Analyzer::VideoAnalyzer
computed_height()private
No documentation available.
# File activestorage/lib/active_storage/analyzer/video_analyzer.rb, line 71
def computed_height
if encoded_width && display_height_scale
encoded_width * display_height_scale
end
end