1. GroupDocs.Metadata
  2. /
  3. GroupDocs.Metadata for .NET
  4. /
  5. GroupDocs.Metadata.Formats.Video
  6. /
  7. MatroskaVideoFlagInterlaced

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