H264DecoderSpecificData Constructor (AVCDecoderConfigurationRecord) |
Constructor which takes AVC configuration record.
Namespace: StreamCodersAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public H264DecoderSpecificData(
AVCDecoderConfigurationRecord avcC
)
Public Sub New (
avcC As AVCDecoderConfigurationRecord
)
public:
H264DecoderSpecificData(
AVCDecoderConfigurationRecord^ avcC
)
new :
avcC : AVCDecoderConfigurationRecord -> H264DecoderSpecificData
Parameters
- avcC
- Type: StreamCoders.Container.MP4AVCDecoderConfigurationRecord
The AVC configuration record.
See Also