Click or drag to resize
HevcDecoderConfigurationRecord Class
HEVCDecoderConfiguration record is used to transmit decoder configuration. It contains VPS/SPS/PPS.
Inheritance Hierarchy
SystemObject
  StreamCoders.DecoderHevcDecoderConfigurationRecord

Namespace: StreamCoders.Decoder
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public class HevcDecoderConfigurationRecord

The HevcDecoderConfigurationRecord type exposes the following members.

Constructors
  NameDescription
Public methodHevcDecoderConfigurationRecord
Initializes a new instance of the HevcDecoderConfigurationRecord class
Top
Properties
Methods
  NameDescription
Public methodStatic memberCreate(Byte)
Creates and parses a HEVCDecoderConfigurationRecord from a buffer.
Public methodStatic memberCreate(OffsetBufferByte)
Creates and parses a HEVCDecoderConfigurationRecord from a buffer.
Public methodStatic memberCreateFromParameterSet
Public methodToOffsetBuffer
Serializes the HevcDecoderConfigurationRecord to a new OffsetBuffer.
Public methodWriteTo
Write the HEVCDecoderConfigurationRecord to a stream.
Top
Extension Methods
  NameDescription
Public Extension MethodCopyOverloaded.
Creates a copy of the object.
(Defined by ObjectExtensions.)
Public Extension MethodCopy(Object)Overloaded.
Creates a deep copy of the object using the supplied object as a target for the copy operation.
(Defined by ObjectExtensions.)
Top
See Also