Click or drag to resize
BitStreamReader Constructor
Initializes a new instance of the BitStreamReader class

Namespace: StreamCoders.Decoder
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public BitStreamReader(
	Stream inputstream
)

Parameters

inputstream
Type: System.IOStream
See Also