Module Make.FLAC
Flac metadata.
val parse : Metadata__.MetadataBase.Reader.t -> (string * string) list
val parse_file :
?custom_parser:(Metadata__.MetadataBase.parser_handler -> unit) ->
string ->
(string * string) list
type 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