- close
FLAC__IOCallback_Close close;
Undocumented in source.
- eof
FLAC__IOCallback_Eof eof;
Undocumented in source.
- read
FLAC__IOCallback_Read read;
Undocumented in source.
- seek
FLAC__IOCallback_Seek seek;
Undocumented in source.
- tell
FLAC__IOCallback_Tell tell;
Undocumented in source.
- write
FLAC__IOCallback_Write write;
Undocumented in source.
A structure for holding a set of callbacks. Each FLAC interface that requires a FLAC__IOCallbacks structure will describe which of the callbacks are required. The ones that are not required may be set to NULL.
If the seek requirement for an interface is optional, you can signify that a data sorce is not seekable by setting the \a seek field to \c NULL.