Taglib provides a set/get interface for several audio file format's tags informations. * * All strings used in this module should be UTF8-encoded.
Types
Values
Generic tag interface
Sourceval tag_title : 'a t -> string Sourceval tag_artist : 'a t -> string Sourceval tag_album : 'a t -> string Sourceval tag_genre : 'a t -> string Set tag interface
Sourceval tag_set_title : 'a t -> string -> unit Sourceval tag_set_artist : 'a t -> string -> unit Sourceval tag_set_album : 'a t -> string -> unit Sourceval tag_set_genre : 'a t -> string -> unit Sourceval tag_set_year : 'a t -> int -> unit Sourceval tag_set_track : 'a t -> int -> unit File interface
Inline interface
This module provides an API to manipulate tags not * attached to a file.
Deprecated
This section is for backward compatibility with previous API. It * may be removed at any time.
Sourcetype file_type = | Mpeg| OggVorbis| OggOpus| Flac| Mpc| OggFlac| WavPack| Speex| TrueAudio| Mp4| Asf
Sourceexception Not_implemented Sourceval set_strings_unicode : bool -> unit This does not do anything now..