module File:sig
..end
Local file decoding.
Convenience module to decode local files
type
file
File variant type for a file decoder
type
handle = {
|
fd : |
|
dec : |
|
callbacks : |
|
info : |
|
comments : |
val create_from_fd : Flac.Decoder.write -> Unix.file_descr -> handle
Create a file decoder from a Unix file descriptor
Note: this decoder requires seeking thus will only work on seekable file descriptor.
val create : Flac.Decoder.write -> string -> handle
Create a file decoder from a file URI