Click or drag to resize

MediaChannelDescription Class

Inheritance Hierarchy
SystemObject
  Ozeki.MediaMediaChannelDescription

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

The MediaChannelDescription type exposes the following members.

Constructors
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
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
See Also