H264DecoderSpecificData Class |
Namespace: StreamCoders
The H264DecoderSpecificData type exposes the following members.
Name | Description | |
---|---|---|
![]() | H264DecoderSpecificData(String) |
Constructor which takes SPS/PPS as string representation.
|
![]() | H264DecoderSpecificData(AVCDecoderConfigurationRecord) |
Constructor which takes AVC configuration record.
|
![]() | H264DecoderSpecificData(OffsetBufferByte, H264DecoderSpecificDataInputType) |
Constructs object using binary form of either SPS/PPS or AVCDecoderConfigurationRecord.
|
Name | Description | |
---|---|---|
![]() | ToAvcDecoderConfigurationRecord |
Gets AVCDecoderConfigurationRecord
|
![]() | ToBinaryRepresentation |
Returns DecoderConfiguration in either Stream (SPS/PPS) or Storage (AVCDecoderConfigurationRecord)
(Overrides DecoderSpecificDataToBinaryRepresentation(DecoderSpecificDataOutputType).) |
![]() | ToSpsPpsSdpString |
Gets the SDP form of an SPS/PPS
|
![]() | ToStringRepresentation |
Returns DecoderConfiguration in either Stream (SPS/PPS) or Storage (AVCDecoderConfigurationRecord)
(Overrides DecoderSpecificDataToStringRepresentation(DecoderSpecificDataOutputType).) |
Name | Description | |
---|---|---|
![]() | Copy | Overloaded.
Creates a copy of the object.
(Defined by ObjectExtensions.) |
![]() | Copy(Object) | Overloaded.
Creates a deep copy of the object using the supplied object as a target for the copy operation.
(Defined by ObjectExtensions.) |