Click or drag to resize
H264DecoderSpecificData Class
Specialization of DecoderSpecificData for H.264. It handles SPS/PPS and AVCDecoderConfigurationRecord.
Inheritance Hierarchy
SystemObject
  StreamCodersDecoderSpecificData
    StreamCodersH264DecoderSpecificData

Namespace: StreamCoders
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public class H264DecoderSpecificData : DecoderSpecificData

The H264DecoderSpecificData type exposes the following members.

Constructors
  NameDescription
Public methodH264DecoderSpecificData(String)
Constructor which takes SPS/PPS as string representation.
Public methodH264DecoderSpecificData(AVCDecoderConfigurationRecord)
Constructor which takes AVC configuration record.
Public methodH264DecoderSpecificData(OffsetBufferByte, H264DecoderSpecificDataInputType)
Constructs object using binary form of either SPS/PPS or AVCDecoderConfigurationRecord.
Top
Methods
  NameDescription
Public methodToAvcDecoderConfigurationRecord
Gets AVCDecoderConfigurationRecord
Public methodToBinaryRepresentation
Returns DecoderConfiguration in either Stream (SPS/PPS) or Storage (AVCDecoderConfigurationRecord)
(Overrides DecoderSpecificDataToBinaryRepresentation(DecoderSpecificDataOutputType).)
Public methodToSpsPpsSdpString
Gets the SDP form of an SPS/PPS
Public methodToStringRepresentation
Returns DecoderConfiguration in either Stream (SPS/PPS) or Storage (AVCDecoderConfigurationRecord)
(Overrides DecoderSpecificDataToStringRepresentation(DecoderSpecificDataOutputType).)
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