Disable the specified event.
#include <camera/camera_api.h>
camera_error_t camera_disable_event(camera_handle_t handle,
camera_eventkey_t key)
BlackBerry 10.0.0
The handle returned by a call to the camera_open() function.
The key value that was returned by a call to an enable event function.
Use this function to disable an event when you no longer want to receive the event.
For more information, see About event mode.
CAMERA_EOK when the function successfully completes, otherwise another camera_error_t value that provides the reason that the call failed.