Determines how much space (in bytes) is available for new photo files on the camera roll.
#include <camera/camera_api.h>
camera_error_t camera_roll_available_photo(camera_handle_t handle,
long long *size)
BlackBerry 10.0.0
The handle returned by a call to the camera_open() function.
A pointer that is updated with the number of bytes available for saving photos.
The size argument is updated with the amount of free space in bytes.
CAMERA_EOK when the function successfully completes, otherwise another camera_error_t value that provides the reason that the call failed.