method

metadata

Importance_0
v6.0.0 - Show latest stable - 0 notes - Class: VideoAnalyzer
metadata() public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activestorage/lib/active_storage/analyzer/video_analyzer.rb, line 25
    def metadata
      { width: width, height: height, duration: duration, angle: angle, display_aspect_ratio: display_aspect_ratio }.compact
    end
Register or log in to add new notes.