Verify whether a given audio codec is supported.
#include <camera/camera_api.h>
bool camera_is_audiocodec_supported(camera_handle_t handle,
camera_audiocodec_t codec)
BlackBerry 10.3.0
The handle returned by a call to the camera_open() function.
The audio codec to verify.
Use this function to determine if a given audio codec is supported on the device.
true when the specified audio codec is supported by the device, otherwise a value of false.