module File:Local file decoding.sig
..end
type
file
type
handle = {
|
fd : |
|
dec : |
|
callbacks : |
|
info : |
|
comments : |
val create_from_fd : Flac.Decoder.write -> Unix.file_descr -> handle
Note: this decoder requires seeking thus will only work on seekable
file descriptor.
val create : Flac.Decoder.write -> string -> handle