MatroskaWriterConfigurationEbmlReadVersion Property |
Gets or sets the EBML read version. By default this is set to 1.
Namespace: StreamCoders.ContainerAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public long EbmlReadVersion { get; set; }
Public Property EbmlReadVersion As Long
Get
Set
public:
property long long EbmlReadVersion {
long long get ();
void set (long long value);
}
member EbmlReadVersion : int64 with get, set
Property Value
Type:
Int64
The ebml read version.
See Also