Wwise SDK 2021.1.8
IAkVoicePluginInfo
Version
Wwise SDK 2021.1.8
|
AK::IAkVoicePluginInfo Class Referenceabstract
Voice-specific information available to plug-ins. More...
#include <IAkPlugin.h>
Public Member Functions | |
virtual AkPlayingID | GetPlayingID () const =0 |
Retrieve the Playing ID of the event corresponding to this voice (if applicable). More... |
|
virtual AkPriority | GetPriority () const =0 |
virtual AkPriority | ComputePriorityWithDistance (AkReal32 in_fDistance) const =0 |
Protected Member Functions | |
virtual | ~IAkVoicePluginInfo () |
Virtual destructor on interface to avoid warnings. More... |
|
Detailed Description
Voice-specific information available to plug-ins.
Definition at line 200 of file IAkPlugin.h.