method

metadata

Importance_0
v7.1.3.4 - 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 29
    def metadata
      { width: width, height: height, duration: duration, angle: angle, display_aspect_ratio: display_aspect_ratio, audio: audio?, video: video? }.compact
    end
Register or log in to add new notes.