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