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