method

duration

Importance_0
v6.0.0 - Show latest stable - 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 46
      def duration
        Float(video_stream["duration"]) if video_stream["duration"]
      end
Register or log in to add new notes.