Chris@1: Chris@1: Chris@1: FLAC: FLAC__IOCallbacks Struct Reference Chris@1: Chris@1: Chris@1: Chris@1:
Main Page | Modules | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members
Chris@1:

FLAC__IOCallbacks Struct Reference
Chris@1: Chris@1: [FLAC/callback.h: I/O callback structures] Chris@1:

#include <callback.h> Chris@1:

Chris@1: List of all members.


Detailed Description

Chris@1: 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.

Chris@1: If the seek requirement for an interface is optional, you can signify that a data sorce is not seekable by setting the seek field to NULL. Chris@1:

Chris@1: Chris@1: Chris@1: Chris@1: Chris@1: Chris@1: Chris@1: Chris@1: Chris@1: Chris@1: Chris@1: Chris@1: Chris@1: Chris@1: Chris@1: Chris@1:

Public Attributes

Chris@1: FLAC__IOCallback_Read read
Chris@1: FLAC__IOCallback_Write write
Chris@1: FLAC__IOCallback_Seek seek
Chris@1: FLAC__IOCallback_Tell tell
Chris@1: FLAC__IOCallback_Eof eof
Chris@1: FLAC__IOCallback_Close close
Chris@1:


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