Module Lame.Id3tag

val init : encoder -> unit

This function should be called before any other in the Id3tag module.

val set_title : encoder -> string -> unit

Set the title.

val set_artist : encoder -> string -> unit

Set the artist.

val set_album : encoder -> string -> unit

Set the album.

val set_year : encoder -> string -> unit

Set the year.

val set_comment : encoder -> string -> unit

Set the comment.

val set_track : encoder -> string -> unit

Set the track number.

val set_genre : encoder -> string -> unit

Set the genre.