Click or drag to resize
MediaChannelDescription Class
Inheritance Hierarchy
SystemObject
  Ozeki.MediaMediaChannelDescription

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

The MediaChannelDescription type exposes the following members.

Constructors
  NameDescription
Public methodMediaChannelDescription(String, Int32, String, CommunicationMode)
Initializes a new instance of the MediaChannelDescription class.
Public methodMediaChannelDescription(MediaType, Int32, MediaProtocol, CommunicationMode, IEnumerableCodecDescription, DictionaryInt32, String, IEnumerableCryptoDescription)
Initializes a new instance of the MediaChannelDescription class
Public methodMediaChannelDescription(String, Int32, String, CommunicationMode, IEnumerableCodecDescription, DictionaryInt32, String, IEnumerableCryptoDescription, IEnumerableSessionAttribute, IEnumerableString)
Initializes a new instance of the MediaChannelDescription class
Top
Extension Methods
  NameDescription
Public Extension MethodCanReceiveMedia (Defined by MediaChannelDescriptionEx.)
Public Extension MethodCanSendMedia (Defined by MediaChannelDescriptionEx.)
Public Extension MethodDisable
Updates the description, media can not be received through this channel.
(Defined by MediaChannelDescriptionEx.)
Public Extension MethodEnable
Updates the description, media can be received through this channel.
(Defined by MediaChannelDescriptionEx.)
Public Extension MethodGetFmtpString (Defined by MediaChannelDescriptionEx.)
Public Extension MethodSetPort (Defined by MediaChannelDescriptionEx.)
Top
Properties
  NameDescription
Public propertyAttributes
Public propertyAvailableCryptos
Public propertyCommunicationMode
Gets the communication mode of the media channel.
Public propertyConnections
Public propertyMediaFormats
Public propertyMediaProtocol
Gets the transport protocol used.
Public propertyMediaProtocolString
Gets the string representation of the media protocol.
Public propertyMediaType
Gets the type of the media channel.
Public propertyMediaTypeString
Gets the string representation of the media type.
Public propertyPort
Gets the transport port to which the media stream is sent.
Public propertySupportedCodecs
Gets the list of the supported codecs of the media channel.
Top
See Also