module Speex:sig
..end
type
bitrate_control =
| |
Quality of |
| |
Vbr of |
| |
Abr of |
type
mode =
| |
Narrowband |
| |
Wideband |
| |
Ultra_wideband |
type
t = {
|
bitrate_control : |
|
samplerate : |
|
stereo : |
|
mode : |
|
frames_per_packet : |
|
complexity : |
|
fill : |
val string_of_br_ctl : bitrate_control -> string
val string_of_mode : mode -> string
val string_of_complexity : int option -> string
val to_string : t -> string