Classes | |
class | IAkLowLevelIOHook |
Base interface for Low-Level I/O hooks. Defines common methods across both types of hooks. More... |
|
class | IAkIOHookBlocking |
class | IAkIOHookDeferred |
class | IAkFileLocationResolver |
Functions | |
Audiokinetic implementation-specific Stream Manager factory. | |
IAkStreamMgr *__cdecl | Create (const AkStreamMgrSettings &in_settings) |
void __cdecl | GetDefaultSettings (AkStreamMgrSettings &out_settings) |
IAkFileLocationResolver *__cdecl | GetFileLocationResolver () |
void __cdecl | SetFileLocationResolver (IAkFileLocationResolver *in_pFileLocationResolver) |
AkMemPoolId __cdecl | GetPoolID () |
Stream Manager: High-level I/O devices management. | |
AkDeviceID __cdecl | CreateDevice (const AkDeviceSettings &in_settings, IAkLowLevelIOHook *in_pLowLevelHook) |
AKRESULT __cdecl | DestroyDevice (AkDeviceID in_deviceID) |
void __cdecl | GetDefaultDeviceSettings (AkDeviceSettings &out_settings) |
Stream Manager: Cache management. | |
void __cdecl | FlushAllCaches () |
Language management. | |
| |
typedef void(* | AkLanguageChangeHandler )(const AkOSChar *const in_pLanguageName, void *in_pCookie) |
AKRESULT __cdecl | SetCurrentLanguage (const AkOSChar *in_pszLanguageName) |
const AkOSChar *__cdecl | GetCurrentLanguage () |
AKRESULT __cdecl | AddLanguageChangeObserver (AkLanguageChangeHandler in_handler, void *in_pCookie) |
void __cdecl | RemoveLanguageChangeObserver (void *in_pCookie) |
Questions? Problems? Need more info? Contact us, and we can help!
Visit our Support pageRegister your project and we'll help you get started with no strings attached!
Get started with Wwise