Click or drag to resize
MediaDescription Class
Inheritance Hierarchy
SystemObject
  Ozeki.MediaMediaDescription

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public class MediaDescription

The MediaDescription type exposes the following members.

Constructors
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
Properties
  NameDescription
Public propertyActiveMediaTypes
Gets the media types of the accepted channels.
Public propertyAttributes
Public propertyConnection
Public propertyMediaChannels
Public propertyOrigin
Public propertySessionName
Top
See Also