method

duration

Importance_0
Ruby on Rails latest stable (v7.1.3.2) - 0 notes - Class: VideoAnalyzer
duration() private

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 50
      def duration
        duration = video_stream["duration"] || container["duration"]
        Float(duration) if duration
      end
Register or log in to add new notes.