Click or drag to resize
MatroskaWriterConfigurationDocumentType Property
Gets or sets the type of the document. E.g. "matroska", "webm"

Namespace: StreamCoders.Container
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public EbmlDocumentType DocumentType { get; set; }

Property Value

Type: EbmlDocumentType
The type of the document.
See Also