Module: MkvToolNix::Types::PropEdit::VideoProperty
- Extended by:
- Extensions::Iterable
- Includes:
- CommonProperty
- Defined in:
- lib/mkvtoolnix/types/propedit/video_property.rb
Constant Summary collapse
- 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')
Constants included from CommonProperty
CommonProperty::CODEC_ID, CommonProperty::CODEC_INHERENT_DELAY, CommonProperty::CODEC_NAME, CommonProperty::FLAG_COMMENTARY, CommonProperty::FLAG_DEFAULT, CommonProperty::FLAG_ENABLED, CommonProperty::FLAG_FORCED, CommonProperty::FLAG_HEARING_IMPAIRED, CommonProperty::FLAG_ORIGINAL, CommonProperty::FLAG_TEXT_DESCRIPTIONS, CommonProperty::FLAG_VISUAL_IMPAIRED, CommonProperty::LANGUAGE, CommonProperty::LANGUAGE_IETF, CommonProperty::NAME, CommonProperty::TRACK_NUMBER, CommonProperty::UID