BitStreamReaderNextBits Method |
Reads next number of bits from input stream. The maximum number of bits is 64.
Namespace: StreamCoders.DecoderAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic long NextBits(
int n
)
Public Function NextBits (
n As Integer
) As Long
public:
long long NextBits(
int n
)
member NextBits :
n : int -> int64
Parameters
- n
- Type: SystemInt32
The number of bits to read out.
Return Value
Type:
Int64
A value.
See Also