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