Click or drag to resize
H264DecoderSpecificData Constructor (AVCDecoderConfigurationRecord)
Constructor which takes AVC configuration record.

Namespace: StreamCoders
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public H264DecoderSpecificData(
	AVCDecoderConfigurationRecord avcC
)

Parameters

avcC
Type: StreamCoders.Container.MP4AVCDecoderConfigurationRecord
The AVC configuration record.
See Also