package metadata

  1. Overview
  2. Docs

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 = {
  1. picture_type : int;
  2. picture_mime : string;
  3. picture_description : string;
  4. picture_width : int;
  5. picture_height : int;
  6. picture_bpp : int;
  7. picture_colors : int;
  8. picture_data : string;
}
val parse_picture : string -> picture
OCaml

Innovation. Community. Security.