Gnash  0.8.11dev
Namespaces | Macros | Functions | Variables
sound_handler_ahi.cpp File Reference
#include "sound_handler_ahi.h"
#include "SoundInfo.h"
#include "EmbedSound.h"
#include "AuxStream.h"
#include "log.h"
#include "GnashException.h"
#include "GnashSleep.h"
#include <vector>
#include <proto/dos.h>
#include <proto/exec.h>
#include <proto/ahi.h>
#include <devices/ahi.h>
#include <exec/memory.h>

Namespaces

 gnash
 Anonymous namespace for callbacks, local functions, event handlers etc.
 
 gnash::sound
 Gnash sound handling subsystem (libsound)
 

Macros

#define PLAYERTASK_NAME   "Gnash audio task"
 
#define PLAYERTASK_PRIORITY   20
 
#define RESET_TIME   20 * 1000
 
#define BUFSIZE   7056 * 4
 
#define AHI_BUF_SIZE   28224u
 

Functions

sound_handler * gnash::sound::create_sound_handler_aos4 (media::MediaHandler *m)
 

Variables

int audioTaskID
 

Macro Definition Documentation

§ AHI_BUF_SIZE

#define AHI_BUF_SIZE   28224u

§ BUFSIZE

#define BUFSIZE   7056 * 4

§ PLAYERTASK_NAME

#define PLAYERTASK_NAME   "Gnash audio task"

§ PLAYERTASK_PRIORITY

#define PLAYERTASK_PRIORITY   20

§ RESET_TIME

#define RESET_TIME   20 * 1000

Variable Documentation

§ audioTaskID

int audioTaskID