Wwise SDK 2021.1.10
RequestedHostInterface< Host >
Version
arrow_right
Table of Contents
-
-
-
-
Samples
-
-
-
-
-
-
-
-
-
-
-
-
Modules
-
-
Classes
-
AK
-
-
-
-
-
Ak3dData
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
AkArray
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
AkBox
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
AkExtent
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
AkLine
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
AkPlane
-
-
-
-
-
-
-
-
-
-
AkRamp
-
-
-
-
-
-
-
-
AkRoomID
-
-
-
AkSet
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
AkString
-
-
-
-
-
-
-
-
-
-
AkVector
-
AkVertex
-
-
-
CAkHeap
-
-
CAkLock
-
-
-
GUID
-
-
-
-
-
-
__AkPos
-
-
-
Ak3dData
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Host_
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
AkBox
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
AkExtent
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
AkLine
-
-
-
-
-
-
-
-
-
-
-
-
-
-
AkPlane
-
-
-
-
-
-
-
-
-
-
AkRamp
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
AkVector
-
AkVertex
-
-
-
-
-
-
-
CAkLock
-
-
-
-
-
-
-
-
-
Device
-
-
-
-
-
Entry
-
-
-
-
FNVHash
-
-
-
-
-
GUID
-
-
Hash32
-
Hash64
-
-
-
-
-
-
-
IAkList
-
-
IAkMap
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Item
-
Iterator
-
Iterator
-
Iterator
-
Iterator
-
Iterator
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Ports
-
-
-
-
-
AkArray
-
-
Instance
-
-
-
tCc
-
-
tGen
-
-
-
-
-
-
-
AkArray
-
Version
-
-
-
-
-
Files
-
-
-
-
-
-
-
-
Other Documentation
Wwise SDK 2021.1.10
|
AK.Wwise::Plugin::RequestedHostInterface< Host > Class Reference
#include <Host.h>
Inheritance diagram for AK.Wwise::Plugin::RequestedHostInterface< Host >:

Public Types | |
using | HostInterfaceDefinition = HostInterfaceGlue< Host, true > |
![]() | |
enum | |
enum | |
using | GluedInterface = typename CPPInstance::GluedInterface |
using | Instance = Host |
using | CInstance = typename CPPInstance::Instance |
![]() | |
enum | : InterfaceTypeValue { k_interfaceType = AK_WWISE_PLUGIN_INTERFACE_TYPE_NOTIFICATIONS_HOST } |
The interface type, as provided by this plug-in. More... |
|
enum | : InterfaceVersion { k_interfaceVersion = 1 } |
The interface version, as provided by this plug-in. More... |
|
using | Instance = CHost_::Instance |
Base instance type for receiving notifications on host changes events. More... |
|
Public Member Functions | |
RequestedHostInterface () | |
![]() | |
InterfacePtr | GetInterfacePointer () |
CHost_::Instance * | GetInstancePointer () |
const CHost_::Instance * | GetInstancePointer () const |
Host_ () | |
virtual | ~Host_ () |
virtual void | NotifyCurrentPlatformChanged (const GUID &in_guidCurrentPlatform) |
Public Attributes | |
Host ::Interface & | g_hostInterface = HostInterfaceDefinition::g_cppinterface |
HostInterfaceDefinition::Instance & | m_host = *HostInterfaceDefinition::m_instance |
Additional Inherited Members | |
![]() | |
static GluedInterface | g_cppinterface |
The unique interface for this plug-in interface. More... |
|