H264DecoderSpecificData Constructor (OffsetBufferByte, H264DecoderSpecificDataInputType) |
Constructs object using binary form of either SPS/PPS or AVCDecoderConfigurationRecord.
Namespace: StreamCodersAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic H264DecoderSpecificData(
OffsetBuffer<byte> binaryRepresentation,
H264DecoderSpecificDataInputType binaryType
)
Public Sub New (
binaryRepresentation As OffsetBuffer(Of Byte),
binaryType As H264DecoderSpecificDataInputType
)
public:
H264DecoderSpecificData(
OffsetBuffer<unsigned char>^ binaryRepresentation,
H264DecoderSpecificDataInputType binaryType
)
new :
binaryRepresentation : OffsetBuffer<byte> *
binaryType : H264DecoderSpecificDataInputType -> H264DecoderSpecificData
Parameters
- binaryRepresentation
- Type: StreamCodersOffsetBufferByte
Buffer containing decoder specific data - binaryType
- Type: StreamCodersH264DecoderSpecificDataInputType
Type contained within the buffer
See Also