[][src]Function mp4parse_capi::mp4parse_get_indice_table

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

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.