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