ICallMediaManagerSetInboundAudioTypes Method |
Sets the audio types that will handle the media manager.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax void SetInboundAudioTypes(
string sourceID,
IEnumerable<AudioType> audioType
)
Sub SetInboundAudioTypes (
sourceID As String,
audioType As IEnumerable(Of AudioType)
)
void SetInboundAudioTypes(
String^ sourceID,
IEnumerable<AudioType>^ audioType
)
abstract SetInboundAudioTypes :
sourceID : string *
audioType : IEnumerable<AudioType> -> unit
Parameters
- sourceID
- Type: SystemString
- audioType
- Type: System.Collections.GenericIEnumerableAudioType
See Also