Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type decoder = t
Open an MP4 file.
val openfile_fd : Unix.file_descr -> t
val tracks : t -> int
Total number of tracks.
Seek to the given offset, in audio samples. * returns a pair sample,toskip
where * sample
is the new current (mp4) sample * and toskip
is an amount of audio sample * that should be skipped.
val metadata : t -> (string * string) array