Click or drag to resize
H264AccessUnitTool Constructor
Initializes access unit tool using decoder specific data.

Namespace: StreamCoders.Encoder
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public H264AccessUnitTool(
	byte[] avcConfiguration
)

Parameters

avcConfiguration
Type: SystemByte
Decoder specific data coming from a container. This must contain the AVC Configuration structure. If null is passed default values for LengthSizeMinus (3) will be used, which may lead to unexpected behavior.
See Also