Sha256: a7627249f0d21f50b157a61c36441d04952a4a497b8ab795773c951c8fe30c8d

Contents?: true

Size: 535 Bytes

Versions: 2

Compression:

Stored size: 535 Bytes

Contents

# frozen_string_literal: true

module MkvToolNix
  module Types
    module PropEdit
      module VideoProperty
        include CommonProperty
        extend Extensions::Iterable

        PIXEL_WIDTH = Property.new('pixel-width', false)
        PIXEL_HEIGHT = Property.new('pixel-height', false)
        DISPLAY_WIDTH = Property.new('display-width')
        DISPLAY_HEIGHT = Property.new('display-height')
        DISPLAY_UNIT = Property.new('display-unit')
        STEREO_MODE = Property.new('stereo-mode')
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
mkvtoolnix-1.0.0 lib/mkvtoolnix/types/propedit/video_property.rb
mkvtoolnix-0.7.0 lib/mkvtoolnix/types/propedit/video_property.rb