Click or drag to resize
HevcDecoderConfigurationRecordCreate Method (Byte)
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(
	byte[] inputBuffer
)

Parameters

inputBuffer
Type: SystemByte
Buffer for input data.

Return Value

Type: HevcDecoderConfigurationRecord
A HevcDecoderConfigurationRecord.
See Also