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