package ocue

  1. Overview
  2. Docs

Module Ocue.FileTypeSource

Operations on file type accepted in a cue sheet.

Sourcetype t =
  1. | BINARY
  2. | MOTOROLA
  3. | AIFF
  4. | WAVE
  5. | MP3

The type of FileType associated with a File

Sourceval to_string : t -> string
Sourceval compare : t -> t -> int

compare lhs rhs is Stdlib.compare

Sourceval pp : Format.formatter -> t -> unit

Pretty printer

OCaml

Innovation. Community. Security.