Puts a number of bits into the bit stream.
Namespace: StreamCoders.Container.MP4Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public void PutBits(
int bits,
int length
)
Public Sub PutBits (
bits As Integer,
length As Integer
)
public:
void PutBits(
int bits,
int length
)
member PutBits :
bits : int *
length : int -> unit
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