RetroArch
|
Go to the source code of this file.
Classes | |
struct | AXProfile |
struct | AXInitParams |
Typedefs | |
typedef void(* | AXFrameCallback) (void) |
typedef uint32_t | AXInitRenderer |
typedef uint32_t | AXInitPipeline |
typedef struct AXProfile | AXProfile |
typedef struct AXInitParams | AXInitParams |
Enumerations | |
enum | AX_INIT_RENDERER { AX_INIT_RENDERER_32KHZ = 0, AX_INIT_RENDERER_48KHZ = 1 } |
enum | AX_INIT_PIPELINE { AX_INIT_PIPELINE_SINGLE = 0, AX_INIT_PIPELINE_FOUR_STAGE = 1 } |
Functions | |
void | AXInit () |
void | AXQuit () |
void | AXInitWithParams (AXInitParams *params) |
BOOL | AXIsInit () |
void | AXInitProfile (AXProfile *profile, u32 count) |
uint32_t | AXGetSwapProfile (AXProfile *profile, u32 count) |
AXResult | AXSetDefaultMixerSelect (u32 unk0) |
AXResult | AXRegisterAppFrameCallback (AXFrameCallback callback) |
uint32_t | AXGetInputSamplesPerFrame () |
uint32_t | AXGetInputSamplesPerSec () |
typedef struct AXInitParams AXInitParams |
typedef uint32_t AXInitPipeline |
typedef uint32_t AXInitRenderer |
enum AX_INIT_PIPELINE |
enum AX_INIT_RENDERER |
uint32_t AXGetInputSamplesPerFrame | ( | ) |
uint32_t AXGetInputSamplesPerSec | ( | ) |
void AXInit | ( | ) |
void AXInitWithParams | ( | AXInitParams * | params | ) |
BOOL AXIsInit | ( | ) |
void AXQuit | ( | ) |
AXResult AXRegisterAppFrameCallback | ( | AXFrameCallback | callback | ) |