module Id3tag:sig..end
val init : Lame.encoder -> unitThis function should be called before any other in the Id3tag module.
val set_title : Lame.encoder -> string -> unitSet the title.
val set_artist : Lame.encoder -> string -> unitSet the artist.
val set_album : Lame.encoder -> string -> unitSet the album.
val set_year : Lame.encoder -> string -> unitSet the year.
val set_comment : Lame.encoder -> string -> unitSet the comment.
val set_track : Lame.encoder -> string -> unitSet the track number.
val set_genre : Lame.encoder -> string -> unitSet the genre.