Wwise SDK 2024.1.3
|
#include <IAkPlugin.h>
Public Member Functions | |
virtual void | GetPriorities (AkAudioObject **in_ppObjects, AkUInt32 in_uNumObjects, AkPriority *out_pPriorities)=0 |
Populates out_pPriorities with playback priorities for objects in in_ppObjects . More... | |
virtual void | SetPriorities (AkAudioObject **io_ppObjects, AkUInt32 in_uNumObjects, AkPriority *in_pPriorities)=0 |
Sets the playback priority of each of the in_uNumObjects audio objects in io_ppObjects from in_pPriorities . More... | |
Protected Member Functions | |
virtual | ~IAkPluginServiceAudioObjectPriority () |
![]() | |
virtual | ~IAkPluginService () |
Interface for the audio object priority service, to retrieve and update playback priority on audio objects. Playback priority of the audio object may be used by the audio endpoint when there are more audio objects than the available hardware objects to determine which audio objects should be mixed as hardware objects in priority and which can be mixed to a lower resolution 3D bed.
Definition at line 1851 of file IAkPlugin.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