SDPMediaHelper Class |
Namespace: StreamCoders.Sdp
The SDPMediaHelper type exposes the following members.
Name | Description | |
---|---|---|
SDPMediaHelper | Initializes a new instance of the SDPMediaHelper class |
Name | Description | |
---|---|---|
CreateFrom(ISpeechEncoder, Int32) |
Attempts to create an SDPMedia object from a SpeechEncoder instance.
Currently supported codecs: AMR-NB, AMR-WB, G.711A, G.711U, Speex-nb, Speex-wb, G.723, G.722, G.729(A), G.728
| |
CreateFrom(AAudioEncoderBase, Int32, Int32) |
Attempts to create an SDPMedia object from a AudioEncoderBase interface instance.
| |
CreateFrom(AVideoEncoderBase, Int32, Int32) |
Attempts to create an SDPMedia object from a VideoEncoderBase interface instance.
| |
GetVideoDecoderConfigurationString |
Returns an SDP friendly string representation of a video decoder configuration, if necessary.
Some decoders don't require out of band initialization, and then the return value will be an empty string.
| |
ParseToAvcConfigurationRecord |
Parses SDP Media attribute to AVC/H.264 Configuration record need to initialize containers.
| |
SpsPpsToAvcConfigurationRecord |
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.) |