heif_raw_sequence_sample_get_data

Function heif_raw_sequence_sample_get_data 

Source
pub unsafe extern "C" fn heif_raw_sequence_sample_get_data(
    arg1: *const heif_raw_sequence_sample,
    out_array_size: *mut usize,
) -> *const u8
Expand description

Get a pointer to the data of the (metadata) sample. The data pointer stays valid until the heif_raw_sequence_sample object is released.

@param out_array_size Size of the returned array (may be NULL).