Module Encoder.Ogg


module Ogg: sig .. end


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 = item list 
val to_string : item list -> string