method
angle
v6.1.3.1 -
Show latest stable
- Class:
ActiveStorage::Analyzer::VideoAnalyzer
angle()private
No documentation available.
# File activestorage/lib/active_storage/analyzer/video_analyzer.rb, line 51
def angle
Integer(tags["rotate"]) if tags["rotate"]
end