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.4.13.0
Syntax
AudioFormat GetAudioFormat(
	int payloadType
)

Parameters

payloadType  Int32
The payload type of the codec.

Return Value

AudioFormat
The audio format for the given codec.
See Also