method

encoded_width

Importance_0
v6.1.3.1 - Show latest stable - 0 notes - Class: VideoAnalyzer
encoded_width() 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 77
      def encoded_width
        @encoded_width ||= Float(video_stream["width"]) if video_stream["width"]
      end
Register or log in to add new notes.