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