FLAC 1.4.3
Free Lossless Audio Codec
FLAC__IOCallbacks Struct Reference

#include <callback.h>

Public Attributes

FLAC__IOCallback_Read read
FLAC__IOCallback_Write write
FLAC__IOCallback_Seek seek
FLAC__IOCallback_Tell tell
FLAC__IOCallback_Eof eof
FLAC__IOCallback_Close close

Detailed Description

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 source is not seekable by setting the seek field to NULL.

See the detailed documentation for callbacks in the callbacks module.


The documentation for this struct was generated from the following file:

Copyright (c) 2000-2009 Josh Coalson Copyright (c) 2011-2023 Xiph.Org Foundation