Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Make.ID3v2
SourceRemove trailing nulls.
Find the index of the substring after the first null-terminated substring.
val make_recode :
(?source:[ `ISO_8859_1 | `UTF_16 | `UTF_16BE | `UTF_16LE | `UTF_8 ] ->
string ->
string)
option ->
int ->
string ->
string
val parse :
?recode:
(?source:[ `ISO_8859_1 | `UTF_16 | `UTF_16BE | `UTF_16LE | `UTF_8 ] ->
string ->
string) ->
R.t ->
(string * string) list
Parse ID3v2 tags.
val parse_file :
?recode:
(?source:[ `ISO_8859_1 | `UTF_16 | `UTF_16BE | `UTF_16LE | `UTF_8 ] ->
string ->
string) ->
string ->
(string * string) list
APIC data.