[][src]Function fluidlite_sys::fluid_is_midifile

pub unsafe extern "C" fn fluid_is_midifile(filename: *mut c_char) -> c_int

fluid_is_midifile returns 1 if the specified filename is a MIDI file. It retuns 0 otherwise. The current implementation only checks for the "MThd" header in the file.