Click or drag to resize
H264VideoEncoderConfigurationToAvcConfigurationRecord Method
Converts SPS/PPS byte array from DecoderData to an avcC Configuration record.

Namespace: StreamCoders.Encoder
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public AVCDecoderConfigurationRecord ToAvcConfigurationRecord()

Return Value

Type: AVCDecoderConfigurationRecord
This H264VideoEncoderConfiguration as an AVCDecoderConfigurationRecord.
See Also