Updated: October 28, 2024 |
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)
Use this function to determine if a given audio codec is supported on the device.
true when the specified audio codec is supported, otherwise false.