MediaChannelDescription Class |
Namespace: Ozeki.Media
The MediaChannelDescription type exposes the following members.
Name | Description | |
---|---|---|
MediaChannelDescription(String, Int32, String, CommunicationMode) |
Initializes a new instance of the MediaChannelDescription class.
| |
MediaChannelDescription(MediaType, Int32, MediaProtocol, CommunicationMode, IEnumerableCodecDescription, DictionaryInt32, String, IEnumerableCryptoDescription) | Initializes a new instance of the MediaChannelDescription class | |
MediaChannelDescription(String, Int32, String, CommunicationMode, IEnumerableCodecDescription, DictionaryInt32, String, IEnumerableCryptoDescription, IEnumerableSessionAttribute, IEnumerableString) | Initializes a new instance of the MediaChannelDescription class |
Name | Description | |
---|---|---|
CanReceiveMedia | (Defined by MediaChannelDescriptionEx.) | |
CanSendMedia | (Defined by MediaChannelDescriptionEx.) | |
Disable |
Updates the description, media can not be received through this channel.
(Defined by MediaChannelDescriptionEx.) | |
Enable |
Updates the description, media can be received through this channel.
(Defined by MediaChannelDescriptionEx.) | |
GetFmtpString | (Defined by MediaChannelDescriptionEx.) | |
SetPort | (Defined by MediaChannelDescriptionEx.) |
Name | Description | |
---|---|---|
Attributes | ||
AvailableCryptos | ||
CommunicationMode |
Gets the communication mode of the media channel.
| |
Connections | ||
MediaFormats | ||
MediaProtocol |
Gets the transport protocol used.
| |
MediaProtocolString |
Gets the string representation of the media protocol.
| |
MediaType |
Gets the type of the media channel.
| |
MediaTypeString |
Gets the string representation of the media type.
| |
Port |
Gets the transport port to which the media stream is sent.
| |
SupportedCodecs |
Gets the list of the supported codecs of the media channel.
|