| ICallMediaManagerGetAudioFormat Method  | 
            Gets the audio format for the given codec.
            
 
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
SyntaxAudioFormat GetAudioFormat(
	int payloadType
)
Function GetAudioFormat ( 
	payloadType As Integer
) As AudioFormat
AudioFormat^ GetAudioFormat(
	int payloadType
)
abstract GetAudioFormat : 
        payloadType : int -> AudioFormat 
Parameters
- payloadType
 - Type: SystemInt32
The payload type of the codec. 
Return Value
Type: 
AudioFormatThe audio format for the given codec.
See Also