MatroskaTrackType
MatroskaTrackType enumeration
Represents Matroska track types coded in 8 bits.
public enum MatroskaTrackType : byte
Values
| Name | Value | Description |
|---|---|---|
| Undefined | 0 |
The undefined track type. |
| Video | 1 |
Track is a video track. |
| Audio | 2 |
Track is an audio track. |
| Complex | 3 |
Track is a complex track, i.e. a combined video and audio track. |
| Logo | 16 |
Track is a logo track. |
| Subtitle | 17 |
Track is a subtitle track. |
| Button | 18 |
Track is a button track. |
| Control | 32 |
Track is a control track. |
See Also
- namespace GroupDocs.Metadata.Formats.Video
- assembly GroupDocs.Metadata