heif_track_get_next_raw_sequence_sample

Function heif_track_get_next_raw_sequence_sample 

Source
pub unsafe extern "C" fn heif_track_get_next_raw_sequence_sample(
    arg1: *mut heif_track,
    out_sample: *mut *mut heif_raw_sequence_sample,
) -> heif_error
Expand description

Get the next raw sample from the (metadata) sequence track. You have to free the returned sample with heif_raw_sequence_sample_release().