Table of Contents
Wwise SDK 2019.2.10
|
AK::IAkSourcePluginContext Class Referenceabstract
Inheritance diagram for AK::IAkSourcePluginContext:

Public Member Functions | |
virtual AkUInt16 | GetNumLoops () const =0 |
virtual IAkVoicePluginInfo * | GetVoiceInfo ()=0 |
virtual AkMIDIEvent | GetMidiEvent () const =0 |
virtual AkUniqueID | GetNodeID () const =0 |
virtual void * | GetCookie () const =0 |
![]() | |
virtual IAkGlobalPluginContext * | GlobalContext () const =0 |
virtual IAkGameObjectPluginInfo * | GetGameObjectInfo ()=0 |
virtual AKRESULT | GetOutputID (AkUInt32 &out_uOutputID, AkPluginID &out_uDevicePlugin) const =0 |
virtual void | GetPluginMedia (AkUInt32 in_dataIndex, AkUInt8 *&out_rpData, AkUInt32 &out_rDataSize)=0 |
virtual void | GetPluginCustomGameData (void *&out_rpData, AkUInt32 &out_rDataSize)=0 |
virtual AKRESULT | PostMonitorData (void *in_pData, AkUInt32 in_uDataSize)=0 |
virtual bool | CanPostMonitorData ()=0 |
virtual AKRESULT | PostMonitorMessage (const char *in_pszError, AK::Monitor::ErrorLevel in_eErrorLevel)=0 |
virtual AkReal32 | GetDownstreamGain ()=0 |
virtual AKRESULT | GetParentChannelConfig (AkChannelConfig &out_channelConfig) const =0 |
Protected Member Functions | |
virtual | ~IAkSourcePluginContext () |
Virtual destructor on interface to avoid warnings. More... |
|
![]() | |
virtual | ~IAkPluginContextBase () |
Virtual destructor on interface to avoid warnings. More... |
|
Detailed Description
Interface to retrieve contextual information for a source plug-in.
- See also
Definition at line 353 of file IAkPlugin.h.
The documentation for this class was generated from the following file:
- include/AK/SoundEngine/Common/IAkPlugin.h