audio_file.h File Reference

Generic access and decoding of audio file formats. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  audio_file
 The data needed about an audio file. More...

Functions

struct audio_fileaudio_file_open (const struct vfsref *vr)
 Fill an audio_file struct with the appropiate information and function calls, and open the file handle.
void audio_file_close (struct audio_file *fd)
 Clean up the given audio_file struct and close the file handle.
size_t audio_file_read (struct audio_file *fd, int16_t *buf, size_t len)
 Call the read function in the audio_file struct.
void audio_file_seek (struct audio_file *fd, int len, int rel)
 Call the seek function in the audio_file struct.

Detailed Description

Generic access and decoding of audio file formats.

Definition in file audio_file.h.

 All Data Structures Files Functions Variables Defines
Generated on Mon Mar 15 04:45:03 2010 for herrie by  doxygen 1.6.3