MatroskaVideoFieldOrder enumeration
MatroskaVideoFieldOrder enumeration
Represents the field ordering of the Matroska video. If FlagInterlaced is not set to 1, this Element MUST be ignored.
The MatroskaVideoFieldOrder type exposes the following members:
Fields
| Field | Description |
|---|---|
| PROGRESSIVE | Progressive ordering. |
| TFF | Tiff ordering. |
| UNDETERMINED | Undetermined ordering. |
| BFF | Biff ordering. |
| BFF_SWAPPED | Bff (swapped) ordering. |
| TFF_SWAPPED | Tff (swapped) ordering. |