package lame

  1. Overview
  2. Docs
MP3 encoding library

Install

dune-project
 Dependency

Authors

Maintainers

Sources

v0.3.4.tar.gz
md5=4313552dcb92f02a8a8ceeb4ee0dbbdc
sha512=d4737a8e4395bea5d361cc739a9a13aeb41f69b9dfc8e508e3e5b0249ae998fc38a809c7700b0ad95a7bdfb029d3b6c8bede3043e2709336f37c4450f2cda6cc

doc/lame/Lame/Id3tag/index.html

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.