sig
type item =
Speex of Encoder.Speex.t
| Vorbis of Encoder.Vorbis.t
| Flac of Encoder.Flac.t
| Theora of Encoder.Theora.t
| Dirac of Encoder.Dirac.t
| Opus of Encoder.Opus.t
type t = Encoder.Ogg.item list
val to_string : Encoder.Ogg.item list -> string
end