DocType

MatroskaEbmlHeader.DocType property

Gets the contents of the file. In the case of a MATROSKA file, its value is ‘matroska’.

public string DocType { get; }

Property Value

The contents of the file.

See Also