Detailed Description
This section describes functions to register and register iLBC codec factory to the codec manager. After the codec factory has been registered, application can use
Codec Framework API to manipulate the codec.
Function Documentation
Initialize and register iLBC codec factory to pjmedia endpoint.
- Parameters:
-
| endpt | The pjmedia endpoint. |
| mode | Default decoder mode to be used. Valid values are 20 and 30 ms. Note that encoder mode follows the setting advertised in the remote's SDP. |
- Returns:
- PJ_SUCCESS on success.
Unregister iLBC codec factory from pjmedia endpoint and deinitialize the iLBC codec library.
- Returns:
- PJ_SUCCESS on success.