module MP3:sig
..end
type
stereo_mode =
| |
Default |
| |
Stereo |
| |
Joint_stereo |
type
abr = {
|
min_bitrate : |
|
mean_bitrate : |
|
max_bitrate : |
|
hard_min : |
val string_of_abr : abr -> string
type
bitrate_control =
| |
ABR of |
| |
VBR of |
| |
CBR of |
val string_of_bitrate_control : bitrate_control -> string
typeid3v2_export =
Encoder.Meta.export_metadata -> string
type
t = {
|
stereo : |
|
stereo_mode : |
|
bitrate_control : |
|
internal_quality : |
|
samplerate : |
|
id3v2 : |
|
msg_interval : |
|
msg : |
val id3v2_export : id3v2_export option Pervasives.ref
val to_string : t -> string