public final class MatroskaVideoStereoMode
extends com.aspose.ms.System.Enum
Represents Matroska Stereo-3D video modes.
Modifier and Type | Field and Description |
---|---|
static long |
AnaglyphCyanRed
Anaglyph (cyan/red) video mode.
|
static long |
AnaglyphGreenMagenta
Anaglyph (green/magenta) video mode.
|
static long |
BothEyesLacedLeft
Both eyes laced in one Block (left eye is first) video mode.
|
static long |
BothEyesLacedRight
Both eyes laced in one Block (right eye is first) video mode.
|
static long |
CheckboardLleft
Checkboard (left eye is first) video mode.
|
static long |
CheckboardRight
Checkboard (right eye is first) video mode.
|
static long |
ColumnInterleavedLeft
Column interleaved (left eye is first) video mode.
|
static long |
ColumnInterleavedRight
Column interleaved (right eye is first) video mode.
|
static long |
Mono
Mono mode.
|
static long |
RowInterleavedLeft
Row interleaved (left eye is first) video mode.
|
static long |
RowInterleavedRight
Row interleaved (right eye is first) video mode.
|
static long |
SideBySideLeft
Side by side (left eye first) video mode.
|
static long |
SideBySideRight
Side by side (right eye first) video mode.
|
static long |
TopBottomLeft
Top - bottom (left eye is first) video mode.
|
static long |
TopBottomRight
Top - bottom (right eye is first) video mode.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final long Mono
Mono mode.
public static final long SideBySideLeft
Side by side (left eye first) video mode.
public static final long TopBottomRight
Top - bottom (right eye is first) video mode.
public static final long TopBottomLeft
Top - bottom (left eye is first) video mode.
public static final long CheckboardRight
Checkboard (right eye is first) video mode.
public static final long CheckboardLleft
Checkboard (left eye is first) video mode.
public static final long RowInterleavedRight
Row interleaved (right eye is first) video mode.
public static final long RowInterleavedLeft
Row interleaved (left eye is first) video mode.
public static final long ColumnInterleavedRight
Column interleaved (right eye is first) video mode.
public static final long ColumnInterleavedLeft
Column interleaved (left eye is first) video mode.
public static final long AnaglyphCyanRed
Anaglyph (cyan/red) video mode.
public static final long SideBySideRight
Side by side (right eye first) video mode.
public static final long AnaglyphGreenMagenta
Anaglyph (green/magenta) video mode.
public static final long BothEyesLacedLeft
Both eyes laced in one Block (left eye is first) video mode.
public static final long BothEyesLacedRight
Both eyes laced in one Block (right eye is first) video mode.