Wwise SDK 2021.1.8
PlaylistItem
Version
Wwise SDK 2021.1.8
|
AK::SoundEngine::DynamicSequence::PlaylistItem Class Reference
#include <AkDynamicSequence.h>
Public Member Functions | |
PlaylistItem () | |
PlaylistItem (const PlaylistItem &in_rCopy) | |
~PlaylistItem () | |
PlaylistItem & | operator= (const PlaylistItem &in_rCopy) |
bool | operator== (const PlaylistItem &in_rCopy) |
AKRESULT | SetExternalSources (AkUInt32 in_nExternalSrc, AkExternalSourceInfo *in_pExternalSrc) |
AkExternalSourceArray * | GetExternalSources () |
Get the external source array. Internal use only. More... |
|
Public Attributes | |
AkUniqueID | audioNodeID |
Unique ID of Audio Node. More... |
|
AkTimeMs | msDelay |
Delay before playing this item, in milliseconds. More... |
|
void * | pCustomInfo |
Optional user data. More... |
|
Detailed Description
Playlist Item for Dynamic Sequence Playlist.
- See also
Definition at line 49 of file AkDynamicSequence.h.