ICallMediaManager Interface |
Namespace: Ozeki.VoIP
The ICallMediaManager type exposes the following members.
Name | Description | |
---|---|---|
GetAudioFormat |
Gets the audio format for the given codec.
| |
GetChannelConfig | ||
GetCurrentEncoder |
Gets the current encoder used during the call.
| |
GetSupportedCodecs |
Gets the codecs supported by the other party.
| |
SendMediaData |
Sends media data to the remote party.
| |
SetChannelConfig |
Sets the specified configuration to a media channel.
| |
SetInboundAudioTypes |
Sets the audio types that will handle the media manager.
| |
SetInboundVideoTypes |
Sets the video types that will handle the media manager.
|
Name | Description | |
---|---|---|
ActiveMediaTypes |
Gets the actual media types of the phoneline.
| |
ReceivedVideoQuality |
Gets or sets the received video quality in the call.
| |
SentVideoQuality |
Gets or sets the sent video quality in the call.
| |
SupportedMediaTypes |
Gets the list of supported media types of the call.
|
Name | Description | |
---|---|---|
ChannelConfigChanged |
Occurs when the codec has changed.
| |
MediaDataReceived |
Occurs when the received media data has been decoded.
| |
MediaDescriptionChanged |
Occurs when the media description of the call has changed (eg. new media channel has been added or simply put the other party the call on hold).
| |
ReceivedVideoQualityChanged |
Occurs when the received video quality has changed.
| |
SentVideoQualityChanged |
Occurs when the sent video quality has changed.
|