Click or drag to resize
SDPMediaHelper Methods

The SDPMediaHelper type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCreateFrom(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
Public methodStatic memberCreateFrom(AAudioEncoderBase, Int32, Int32)
Attempts to create an SDPMedia object from a AudioEncoderBase interface instance.
Public methodStatic memberCreateFrom(AVideoEncoderBase, Int32, Int32)
Attempts to create an SDPMedia object from a VideoEncoderBase interface instance.
Public methodStatic memberGetVideoDecoderConfigurationString
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.
Public methodStatic memberParseToAvcConfigurationRecord
Parses SDP Media attribute to AVC/H.264 Configuration record need to initialize containers.
Public methodStatic memberSpsPpsToAvcConfigurationRecord
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