MatroskaVideoFlagInterlaced
MatroskaVideoFlagInterlaced enumeration
Represents a flag to declare if the Matroska video is known to be progressive or interlaced and if applicable to declare details about the interlacement.
public enum MatroskaVideoFlagInterlaced : byte
Values
| Name | Value | Description |
|---|---|---|
| Undetermined | 0 |
Undetermined flag. |
| Interlaced | 1 |
Interlaced flag. |
| Progressive | 2 |
Progressive flag. |
See Also
- namespace GroupDocs.Metadata.Formats.Video
- assembly GroupDocs.Metadata