Click or drag to resize

MediaDescription Class

Inheritance Hierarchy
SystemObject
  Ozeki.MediaMediaDescription

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

The MediaDescription type exposes the following members.

Constructors
 NameDescription
Public methodMediaDescription(String, Origin, String, ListMediaChannelDescription)Initializes a new instance of the MediaDescription class
Public methodMediaDescription(String, Origin, String, ListMediaChannelDescription, IEnumerableSessionAttribute)Initializes a new instance of the MediaDescription class
Top
Properties
 NameDescription
Public propertyActiveMediaTypes Gets the media types of the accepted channels.
Public propertyAttributes 
Public propertyConnection 
Public propertyMediaChannels 
Public propertyOrigin 
Public propertySessionName 
Top
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