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_errorExpand description
Get the next raw sample from the (metadata) sequence track. You have to free the returned sample with heif_raw_sequence_sample_release().