Click or drag to resize
HevcDecoderConfigurationRecordCreate Method (OffsetBufferByte)
Creates and parses a HEVCDecoderConfigurationRecord from a buffer.

Namespace: StreamCoders.Decoder
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public static HevcDecoderConfigurationRecord Create(
	OffsetBuffer<byte> inputBuffer
)

Parameters

inputBuffer
Type: StreamCodersOffsetBufferByte
Buffer for input data.

Return Value

Type: HevcDecoderConfigurationRecord
A HevcDecoderConfigurationRecord.
See Also