Module Metadata.FLAC
Flac metadata.
val parse : Metadata__.MetadataBase.Reader.t -> (string * string) listval parse_file :
?custom_parser:(Metadata__.MetadataBase.parser_handler -> unit) ->
string ->
(string * string) listtype picture = {picture_type : int;picture_mime : string;picture_description : string;picture_width : int;picture_height : int;picture_bpp : int;picture_colors : int;picture_data : string;
}val parse_picture : string -> picture