method
rotated?
v5.2.3 -
Show latest stable
- Class:
ActiveStorage::Analyzer::VideoAnalyzer
rotated?()private
No documentation available.
# File activestorage/lib/active_storage/analyzer/video_analyzer.rb, line 68
def rotated?
angle == 90 || angle == 270
end