Click or drag to resize
BitStreamReaderNextBits Method
Reads next number of bits from input stream. The maximum number of bits is 64.

Namespace: StreamCoders.Decoder
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public long NextBits(
	int n
)

Parameters

n
Type: SystemInt32
The number of bits to read out.

Return Value

Type: Int64
A value.
See Also