BitStream Constructor (Byte, Int32, Int32)MediaSuite 3.1.1889.0
Initializes a new instance of the BitStream class

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

public BitStream(
	byte[] bitstream,
	int dataOffset,
	int bitstreamLength
)

Parameters

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

Reference