Retrieve the Exchangeable Image File Format (EXIF) buffer pointer from the metadata.
int camera_meta_get_exif(const camera_metadata_t metadata,
unsigned char **data,
uint64_t *size)
BlackBerry 10.0.0
The metadata supplied to the user-defined consumer function by camera_meta_iterate_metadata().
Returns a pointer to the binary EXIF data.
The returned size of the binary EXIF data.
Use this function to extract a pointer to the EXIF binary data and the size of the EXIF binary data.
CAMERA_EOK when the function successfully completes, otherwise another camera_error_t value that provides the reason that the call failed.