audio_format Struct Reference

Audio format containg its functions to open, close, read and seek the format. More...

Collaboration diagram for audio_format:
Collaboration graph
[legend]

Data Fields

int(* open )(struct audio_file *fd, const char *ext)
 The format's open call.
void(* close )(struct audio_file *fd)
 The format's close call.
size_t(* read )(struct audio_file *fd, int16_t *buf, size_t len)
 The format's read call.
void(* seek )(struct audio_file *fd, int len, int rel)
 The format's seek call.

Detailed Description

Audio format containg its functions to open, close, read and seek the format.

Definition at line 42 of file audio_file.c.


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Defines
Generated on Mon Mar 15 04:45:55 2010 for herrie by  doxygen 1.6.3