| AVCDecoderConfigurationRecord Class |
Namespace: StreamCoders.Container.MP4
The AVCDecoderConfigurationRecord type exposes the following members.
| Name | Description | |
|---|---|---|
| AVCDecoderConfigurationRecord | Initializes a new instance of the AVCDecoderConfigurationRecord class |
| Name | Description | |
|---|---|---|
| AddPps(Byte) |
Adds PPS to avcC. Duplicate entries will be not be added.
| |
| AddPps(OffsetBufferByte) | ||
| AddSps(Byte) |
Adds SPS to avcC. Duplicate entries will be not be added.
| |
| AddSps(OffsetBufferByte) | ||
| Parse |
Parses buffer containing AVC decoder configuration record.
| |
| ToOffsetBuffer | ||
| ToSpsPpsNalOffsetBuffer |
Attempts to create SPS/PPS NALs using the first parameter-set found.
| |
| ToSpsPpsString |
Attempts to create an SPS/PPS string used in SDP using the first parameter-set found.
| |
| WriteRecordTo |
| Name | Description | |
|---|---|---|
| AVCLevelIndication |
The AVC level indication.
| |
| AVCProfileIndication |
The AVC profile indication.
| |
| ConfigurationVersion |
The configuration version. Should be set to 1.
| |
| LengthSize |
LengthSizeMinusOne + 1 (normalized)
| |
| PictureParameterSets |
List of Picture Parameter Set.
| |
| ProfileCompatibility |
The profile compatibility.
| |
| SequenceParameterSets |
List of Sequence Parameter Set.
|
| 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.) |