Click or drag to resize
SDPMediaHelper Class
Provides the creation of SDPMedia objects by passing video or audio encoder interfaces.
Inheritance Hierarchy
SystemObject
  StreamCoders.SdpSDPMediaHelper

Namespace: StreamCoders.Sdp
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public class SDPMediaHelper

The SDPMediaHelper type exposes the following members.

Constructors
  NameDescription
Public methodSDPMediaHelper
Initializes a new instance of the SDPMediaHelper class
Top
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