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

MatroskaContentType

MatroskaContentType enumeration

Represents a Matroska content type.

public enum MatroskaContentType

Values

Name Value Description
Undefined 0 Undefined content.
Audio 1 Defines the Matroska audio type.
Video 2 Defines the Matroska video type.
Video3D 3 Defines the Matroska 3D video type.

See Also