Main Page   Data Structures   File List   Data Fields   Globals  

aac.h File Reference

#include <stdbool.h>
#include "audio.h"

Go to the source code of this file.

Functions

bool aac_play (struct_audio_data_t *data)
void aac_initiate (struct_audio_data_t *data)
void aac_terminate (struct_audio_data_t *data)


Function Documentation

void aac_initiate struct_audio_data_t   data
 

Initiates AAC decoder.

Parameters:
struct_audio_data_t  _data - the struct_audio_data_t that is passed to almost all functions in the audio module.

Referenced by audio_decoder().

bool aac_play struct_audio_data_t   data
 

Play a file.

Parameters:
struct_audio_data_t  _data - the struct_audio_data_t that is passed to almost all functions in the audio module.

Referenced by audio_decoder().

void aac_terminate struct_audio_data_t   data
 

Terminates AAC decoder.

Parameters:
struct_audio_data_t  _data - the struct_audio_data_t that is passed to almost all functions in the audio module.

Referenced by audio_decoder(), and audio_terminate().


Generated on Tue Sep 5 12:14:08 2006 for libdaisy by doxygen1.2.15