You can search for identifiers within the package.
in-package search v0.2.0
exception Failed
exception Not_implemented
exception Invalid_voaacenc_argument
exception Input_buffer_too_small
exception Output_buffer_too_small
exception Unknown of int
val string_of_exception : exn -> string option
type parameters = {
samplerate : int;
channels : int;
bitrate : int;
adts : bool;
}
type t
val create : parameters -> t
val recommended_minimum_input : t -> int
val encode_string : t -> string -> string * int
val encode_substring : t -> string -> int -> int -> string * int
val encode_buffer : t -> Stdlib.Buffer.t -> string