You can search for identifiers within the package.
in-package search v0.2.0
exception False
exception Invalid_parameters
exception Invalid_channels
exception Invalid_argument
exception Could_not_open_file
exception Not_vorbis
exception Bad_header
exception Read_error
exception Not_audio
exception Internal_fault
exception Hole_in_data
exception Bad_link
exception Version_mismatch
exception Not_implemented
exception Unknown_error of int
exception Utf8_failure of string
val string_of_exc : exn -> string option
type bitstream = int
type info = {
vorbis_version : int;
audio_channels : int;
audio_samplerate : int;
bitrate_upper : int;
bitrate_nominal : int;
bitrate_lower : int;
bitrate_window : int;
}
val tags : ?title:string -> ?artist:string -> ?genre:string -> ?date:string -> ?album:string -> ?tracknumber:string -> ?comment:string -> unit -> (string * string) list
module Encoder : sig ... end
module Decoder : sig ... end
module File : sig ... end
module Skeleton : sig ... end