Click or drag to resize
MatroskaWriterConfigurationEbmlReadVersion Property
Gets or sets the EBML read version. By default this is set to 1.

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

Property Value

Type: Int64
The ebml read version.
See Also