method
angle
v8.1.1 -
Show latest stable
- Class:
ActiveStorage::Analyzer::VideoAnalyzer
angle()private
No documentation available.
# File activestorage/lib/active_storage/analyzer/video_analyzer.rb, line 55
def angle
if tags["rotate"]
Integer(tags["rotate"])
elsif display_matrix && display_matrix["rotation"]
Integer(display_matrix["rotation"])
end
end