MatroskaVideoStereoMode

MatroskaVideoStereoMode enumeration

Represents Matroska Stereo-3D video modes.

public enum MatroskaVideoStereoMode : uint

Values

Name Value Description
Mono 0 Mono mode.
SideBySideLeft 1 Side by side (left eye first) video mode.
TopBottomRight 2 Top - bottom (right eye is first) video mode.
TopBottomLeft 3 Top - bottom (left eye is first) video mode.
CheckboardRight 4 Checkboard (right eye is first) video mode.
CheckboardLleft 5 Checkboard (left eye is first) video mode.
RowInterleavedRight 6 Row interleaved (right eye is first) video mode.
RowInterleavedLeft 7 Row interleaved (left eye is first) video mode.
ColumnInterleavedRight 8 Column interleaved (right eye is first) video mode.
ColumnInterleavedLeft 9 Column interleaved (left eye is first) video mode.
AnaglyphCyanRed 10 Anaglyph (cyan/red) video mode.
SideBySideRight 11 Side by side (right eye first) video mode.
AnaglyphGreenMagenta 12 Anaglyph (green/magenta) video mode.
BothEyesLacedLeft 13 Both eyes laced in one Block (left eye is first) video mode.
BothEyesLacedRight 14 Both eyes laced in one Block (right eye is first) video mode.

See Also