Initializes a new instance of the
EbmlWriter class
Namespace: StreamCoders.ContainerAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public EbmlWriter(
BinaryWriter writer
)
Public Sub New (
writer As BinaryWriter
)
public:
EbmlWriter(
BinaryWriter^ writer
)
new :
writer : BinaryWriter -> EbmlWriter
Parameters
- writer
- Type: System.IOBinaryWriter
See Also