mp4parse_get_indice_table

Function mp4parse_get_indice_table 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn mp4parse_get_indice_table( parser: *mut Mp4parseParser, track_id: u32, indices: *mut Mp4parseByteData, ) -> Mp4parseStatus
Expand description

Fill the supplied Mp4parseByteData with index information from track.

ยงSafety

This function is unsafe because it dereferences the the parser and indices raw pointers passed to it. Callers should ensure the parser pointer points to a valid Mp4parseParser and that the indices pointer points to a valid Mp4parseByteData.