|
#include <CATOpenALIntercept.h>

Definition at line 22 of file CATOpenALIntercept.h.
Public Member Functions | |
| CATOpenALIntercept () | |
| virtual | ~CATOpenALIntercept () |
| CATResult | HookFunctions () |
Static Public Member Functions | |
| static void | OnALSourcePlay (CATHOOK *hookInst, CATUInt32 sourceId) |
| static void | OnALSourcePlayV (CATHOOK *hookInst, CATInt32 numSources, CATUInt32 *sourceIds) |
| static void | OnALSourceStop (CATHOOK *hookInst, CATUInt32 sourceId) |
| static void | OnALSourceStopV (CATHOOK *hookInst, CATInt32 numSources, CATUInt32 *sourceIds) |
| static void | OnALQueueBuffers (CATHOOK *hookInst, CATUInt32 sourceId, CATInt32 numEntries, CATUInt32 *bufferIds) |
| static void | OnALBufferData (CATHOOK *hookInst, CATUInt32 bufferId, CATUInt32 format, void *data, CATInt32 size, CATInt32 frequency) |
Protected Attributes | |
| HMODULE | fOpenALDLL |
1.5.4