Click or drag to resize
BitBuffer Constructor (Byte, Int32, Int32)
Initializes a new instance of the BitBuffer class

Namespace: StreamCoders.Container.MP4
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public BitBuffer(
	byte[] bitstream,
	int dataOffset,
	int bitstreamLength
)

Parameters

bitstream
Type: SystemByte
dataOffset
Type: SystemInt32
bitstreamLength
Type: SystemInt32
See Also