IConfiguratorDisableCodec Method |
Disables the codec with the specified payload type.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax void DisableCodec(
int payloadType
)
Sub DisableCodec (
payloadType As Integer
)
void DisableCodec(
int payloadType
)
abstract DisableCodec :
payloadType : int -> unit
Parameters
- payloadType
- Type: SystemInt32
See Also