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