Function mp4parse::read_box_from_buffer
source ยท #[no_mangle]
pub extern "C" fn read_box_from_buffer(
buffer: *const u8,
size: usize,
) -> i32Expand description
Entry point for C language callers. Take a buffer and call read_box() on it, returning the number of detected tracks.