Click or drag to resize
BitBufferShowBits Method
Shows the next number of bits.

Namespace: StreamCoders.Container.MP4
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public virtual int ShowBits(
	int bits
)

Parameters

bits
Type: SystemInt32
The number of bits to process.

Return Value

Type: Int32
Returns the value of the bits that where passed.
See Also