Module Encoder.VoAacEnc


module VoAacEnc: sig .. end


type t = {
   channels : int;
   samplerate : int;
   bitrate : int;
   adts : bool;
}
val to_string : t -> string