MatroskaTrackType
Leave feedback
On this page
Inheritance: java.lang.Object, java.lang.Enum
All Implemented Interfaces: com.groupdocs.metadata.core.IEnumValue
public enum MatroskaTrackType extends Enum<MatroskaTrackType> implements IEnumValue
Represents Matroska track types coded in 8 bits.
| Field | Description |
|---|---|
| Undefined | The undefined track type. |
| Video | Track is a video track. |
| Audio | Track is an audio track. |
| Complex | Track is a complex track, i.e. |
| Logo | Track is a logo track. |
| Subtitle | Track is a subtitle track. |
| Button | Track is a button track. |
| Control | Track is a control track. |
public static final MatroskaTrackType Undefined
The undefined track type.
public static final MatroskaTrackType Video
Track is a video track.
public static final MatroskaTrackType Audio
Track is an audio track.
public static final MatroskaTrackType Complex
Track is a complex track, i.e. a combined video and audio track.
public static final MatroskaTrackType Logo
Track is a logo track.
public static final MatroskaTrackType Subtitle
Track is a subtitle track.
public static final MatroskaTrackType Button
Track is a button track.
public static final MatroskaTrackType Control
Track is a control track.
public static MatroskaTrackType[] values()
Returns: com.groupdocs.metadata.core.MatroskaTrackType[]
public static MatroskaTrackType valueOf(String name)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| name | java.lang.String |
Returns: MatroskaTrackType
public static MatroskaTrackType getByRawValue(int rawValue)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| rawValue | int |
Returns: MatroskaTrackType
public static IEnumValue getFirst()
Returns: IEnumValue
public Object[] getAllValues()
Returns the array of all values defined in the class.
Returns: java.lang.Object[]
public IEnumValue getEnumValueByRawValue(int rawValue)
Returns the enumeration value by the raw value associated with it.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| rawValue | int |
Returns: IEnumValue
public IEnumValue getEnumValueByName(String name)
Returns the enumeration value by its name.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| name | java.lang.String |
Returns: IEnumValue
public RawIntegerType getRawValueType()
Returns the underlying type of the raw value of this enumeration value.
Returns: RawIntegerType
public int getRawValue()
Returns the raw value of this enumeration value.
Returns: int
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.