EbmlWriterWrittenBytes Property |
Gets the total amounts of bytes written to the stream
Namespace: StreamCoders.ContainerAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic long WrittenBytes { get; }
Public ReadOnly Property WrittenBytes As Long
Get
public:
property long long WrittenBytes {
long long get ();
}
member WrittenBytes : int64 with get
Property Value
Type:
Int64
The written bytes.
See Also