Wwise SDK 2024.1.4
|
#include <HostObjectMedia.h>
Public Types | |
using | HostInterfaceDefinition = HostInterfaceGlue< ObjectMedia, true > |
![]() | |
enum | |
enum | |
using | GluedInterface = typename CPPInstance::GluedInterface |
using | Instance = ObjectMedia |
using | CInstance = typename CPPInstance::Instance |
![]() | |
enum | : InterfaceTypeValue { k_interfaceType = AK_WWISE_PLUGIN_INTERFACE_TYPE_NOTIFICATIONS_OBJECT_MEDIA } |
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 = CObjectMedia_::Instance |
Base instance type for receiving notifications on related object media's changes. More... | |
Public Member Functions | |
RequestedHostInterface () | |
![]() | |
InterfacePtr | GetInterfacePointer () |
CObjectMedia_::Instance * | GetInstancePointer () |
const CObjectMedia_::Instance * | GetInstancePointer () const |
ObjectMedia_ () | |
virtual | ~ObjectMedia_ () |
virtual void | NotifyPluginMediaChanged () |
This function is called by Wwise when any of the plug-in media changes. More... | |
Public Attributes | |
ObjectMedia ::Interface & | g_objectMediaInterface = HostInterfaceDefinition::g_cppinterface |
HostInterfaceDefinition::Instance & | m_objectMedia = *HostInterfaceDefinition::m_instance |
Additional Inherited Members | |
![]() | |
static GluedInterface | g_cppinterface |
The unique interface for this plug-in interface. More... | |
Definition at line 622 of file HostObjectMedia.h.
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