Click or drag to resize
ICallMediaManagerGetAudioFormat Method
Gets the audio format for the given codec.

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
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