Click or drag to resize
MediaDescription Methods

The MediaDescription type exposes the following members.

Methods
  NameDescription
Public methodGetChannelRemoteAddress(Int32)
Gets the IP address for the channel where the media data will be sent to. If no connection is present int the channel description, the session level connection will be used.
Public methodGetChannelRemoteAddress(MediaChannelDescription)
Gets the IP address for the channel where the media data will be sent to.
Public methodGetCodecDescription
Gets the description of the codec with the specified payload type.
Public methodGetCommunicationMode
Public methodGetConnection
Gets the IP address where the media data will be sent to.
Top
Extension Methods
  NameDescription
Public Extension MethodAnswer (Defined by SessionDescriptionEx.)
Public Extension MethodAsCodecDescriptionDictionary (Defined by CodecUtils.)
Public Extension MethodClone (Defined by MediaDescriptionEx.)
Public Extension MethodGetChannelDescription
Retrieves the first media channel description for the given media type.
(Defined by MediaDescriptionEx.)
Public Extension MethodGetConnectionAddress (Defined by CodecUtils.)
Public Extension MethodGetFmtpString
Gets the parameters of the codec with the specified payload type.
(Defined by MediaDescriptionEx.)
Public Extension MethodGetLocalAddressToConnection (Defined by MediaDescriptionEx.)
Public Extension MethodGetMediaChannelDescriptions (Defined by CodecUtils.)
Public Extension MethodSetConnection (Defined by MediaDescriptionEx.)
Top
See Also