module Vorbis:sig
..end
typequality =
float
typebitrate =
int
type
mode =
| |
VBR of |
| |
CBR of |
| |
ABR of |
type
t = {
|
channels : |
|
mode : |
|
samplerate : |
|
fill : |
val string_of_mode : mode -> string
val to_string : t -> string