BitStreamPutBits Method MediaSuite 3.1.1889.0
Puts a number of bits into the bit stream.

Namespace: StreamCoders.Container.MP4
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax

public void PutBits(
	int bits,
	int length
)

Parameters

bits
Type: SystemInt32
The number of bits to put into the stream.
length
Type: SystemInt32
The number of significant bits to put.
See Also

Reference