MatroskaVideoStereoMode
Inheritance: java.lang.Object, java.lang.Enum
All Implemented Interfaces: com.groupdocs.metadata.core.IEnumValue
public enum MatroskaVideoStereoMode extends Enum<MatroskaVideoStereoMode> implements IEnumValue
Represents Matroska Stereo-3D video modes.
Fields
Field | Description |
---|---|
Mono | Mono mode. |
SideBySideLeft | Side by side (left eye first) video mode. |
TopBottomRight | Top - bottom (right eye is first) video mode. |
TopBottomLeft | Top - bottom (left eye is first) video mode. |
CheckboardRight | Checkboard (right eye is first) video mode. |
CheckboardLleft | Checkboard (left eye is first) video mode. |
RowInterleavedRight | Row interleaved (right eye is first) video mode. |
RowInterleavedLeft | Row interleaved (left eye is first) video mode. |
ColumnInterleavedRight | Column interleaved (right eye is first) video mode. |
ColumnInterleavedLeft | Column interleaved (left eye is first) video mode. |
AnaglyphCyanRed | Anaglyph (cyan/red) video mode. |
SideBySideRight | Side by side (right eye first) video mode. |
AnaglyphGreenMagenta | Anaglyph (green/magenta) video mode. |
BothEyesLacedLeft | Both eyes laced in one Block (left eye is first) video mode. |
BothEyesLacedRight | Both eyes laced in one Block (right eye is first) video mode. |
Methods
Mono
public static final MatroskaVideoStereoMode Mono
Mono mode.
SideBySideLeft
public static final MatroskaVideoStereoMode SideBySideLeft
Side by side (left eye first) video mode.
TopBottomRight
public static final MatroskaVideoStereoMode TopBottomRight
Top - bottom (right eye is first) video mode.
TopBottomLeft
public static final MatroskaVideoStereoMode TopBottomLeft
Top - bottom (left eye is first) video mode.
CheckboardRight
public static final MatroskaVideoStereoMode CheckboardRight
Checkboard (right eye is first) video mode.
CheckboardLleft
public static final MatroskaVideoStereoMode CheckboardLleft
Checkboard (left eye is first) video mode.
RowInterleavedRight
public static final MatroskaVideoStereoMode RowInterleavedRight
Row interleaved (right eye is first) video mode.
RowInterleavedLeft
public static final MatroskaVideoStereoMode RowInterleavedLeft
Row interleaved (left eye is first) video mode.
ColumnInterleavedRight
public static final MatroskaVideoStereoMode ColumnInterleavedRight
Column interleaved (right eye is first) video mode.
ColumnInterleavedLeft
public static final MatroskaVideoStereoMode ColumnInterleavedLeft
Column interleaved (left eye is first) video mode.
AnaglyphCyanRed
public static final MatroskaVideoStereoMode AnaglyphCyanRed
Anaglyph (cyan/red) video mode.
SideBySideRight
public static final MatroskaVideoStereoMode SideBySideRight
Side by side (right eye first) video mode.
AnaglyphGreenMagenta
public static final MatroskaVideoStereoMode AnaglyphGreenMagenta
Anaglyph (green/magenta) video mode.
BothEyesLacedLeft
public static final MatroskaVideoStereoMode BothEyesLacedLeft
Both eyes laced in one Block (left eye is first) video mode.
BothEyesLacedRight
public static final MatroskaVideoStereoMode BothEyesLacedRight
Both eyes laced in one Block (right eye is first) video mode.
values()
public static MatroskaVideoStereoMode[] values()
Returns: com.groupdocs.metadata.core.MatroskaVideoStereoMode[]
valueOf(String name)
public static MatroskaVideoStereoMode valueOf(String name)
Parameters:
Parameter | Type | Description |
---|---|---|
name | java.lang.String |
Returns: MatroskaVideoStereoMode
getByRawValue(int rawValue)
public static MatroskaVideoStereoMode getByRawValue(int rawValue)
Parameters:
Parameter | Type | Description |
---|---|---|
rawValue | int |
Returns: MatroskaVideoStereoMode
getFirst()
public static IEnumValue getFirst()
Returns: IEnumValue
getAllValues()
public Object[] getAllValues()
Returns the array of all values defined in the class.
Returns: java.lang.Object[]
getEnumValueByRawValue(int rawValue)
public IEnumValue getEnumValueByRawValue(int rawValue)
Returns the enumeration value by the raw value associated with it.
Parameters:
Parameter | Type | Description |
---|---|---|
rawValue | int |
Returns: IEnumValue
getEnumValueByName(String name)
public IEnumValue getEnumValueByName(String name)
Returns the enumeration value by its name.
Parameters:
Parameter | Type | Description |
---|---|---|
name | java.lang.String |
Returns: IEnumValue
getRawValueType()
public RawIntegerType getRawValueType()
Returns the underlying type of the raw value of this enumeration value.
Returns: RawIntegerType
getRawValue()
public int getRawValue()
Returns the raw value of this enumeration value.
Returns: int