method

encoded_width

encoded_width()
private

No documentation available.

# File activestorage/lib/active_storage/analyzer/video_analyzer.rb, line 96
      def encoded_width
        @encoded_width ||= Float(video_stream["width"]) if video_stream["width"]
      end