package lame

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Lame.Id3tagSource

Sourceval init : encoder -> unit

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

Sourceval set_title : encoder -> string -> unit

Set the title.

Sourceval set_artist : encoder -> string -> unit

Set the artist.

Sourceval set_album : encoder -> string -> unit

Set the album.

Sourceval set_year : encoder -> string -> unit

Set the year.

Sourceval set_comment : encoder -> string -> unit

Set the comment.

Sourceval set_track : encoder -> string -> unit

Set the track number.

Sourceval set_genre : encoder -> string -> unit

Set the genre.