Click or drag to resize
H264DecoderSpecificData Constructor (OffsetBufferByte, H264DecoderSpecificDataInputType)
Constructs object using binary form of either SPS/PPS or AVCDecoderConfigurationRecord.

Namespace: StreamCoders
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public H264DecoderSpecificData(
	OffsetBuffer<byte> binaryRepresentation,
	H264DecoderSpecificDataInputType binaryType
)

Parameters

binaryRepresentation
Type: StreamCodersOffsetBufferByte
Buffer containing decoder specific data
binaryType
Type: StreamCodersH264DecoderSpecificDataInputType
Type contained within the buffer
See Also