You can search for identifiers within the package.
in-package search v0.2.0
exception Buffer_too_small
exception Internal_error
exception Invalid_packet
exception Unimplemented
exception Invalid_state
exception Alloc_fail
val recommended_frame_size : int
Recommended size of a frame in sample. Buffers for decoding are typically of this size.
val version_string : string
type max_bandwidth = [
| `Narrow_band
| `Medium_band
| `Wide_band
| `Super_wide_band
| `Full_band
]
type bandwidth = [
| `Auto
| max_bandwidth
type generic_control = [
| `Reset_state
| `Get_final_range of int ref
| `Get_pitch of int ref
| `Get_bandwidth of bandwidth ref
| `Set_lsb_depth of int
| `Get_lsb_depth of int ref
| `Set_phase_inversion_disabled of bool
module Decoder : sig ... end
module Encoder : sig ... end