EbmlWriterBaseStream Property |
Gets the underlying stream.
Namespace: StreamCoders.ContainerAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public Stream BaseStream { get; }
Public ReadOnly Property BaseStream As Stream
Get
public:
property Stream^ BaseStream {
Stream^ get ();
}
member BaseStream : Stream with get
Property Value
Type:
StreamSee Also