Click or drag to resize

ICallMediaManagerGetAudioFormat Method

Gets the audio format for the given codec.

Namespace:  Ozeki.VoIP
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntax
AudioFormat GetAudioFormat(
	int payloadType
)

Parameters

payloadType
Type: SystemInt32
The payload type of the codec.

Return Value

Type: AudioFormat
The audio format for the given codec.
See Also