Click or drag to resize
BitBufferSkipBits Method
Skips a number of bits.

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

Parameters

bits
Type: SystemInt32
The number of bits to skip.
See Also