|
Wwise SDK 2024.1.9
|
#include <AkCallback.h>
公開変数類 | |
| AkReal32 | fDuration |
| Duration of the sound (unit: milliseconds) [詳解] | |
| AkReal32 | fEstimatedDuration |
| Estimated duration of the sound depending on source settings such as pitch. (unit: milliseconds) [詳解] | |
| AkUniqueID | audioNodeID |
| Audio Node ID of playing item [詳解] | |
| AkUniqueID | mediaID |
| Media ID of playing item. (corresponds to 'ID' attribute of 'File' element in SoundBank metadata file) [詳解] | |
| bool | bStreaming |
| True if source is streaming, false otherwise. [詳解] | |
基底クラス AkEventCallbackInfo に属する継承公開変数類 | |
| AkPlayingID | playingID |
| Playing ID of Event, returned by PostEvent() [詳解] | |
| AkUniqueID | eventID |
| Unique ID of Event, passed to PostEvent() [詳解] | |
基底クラス AkCallbackInfo に属する継承公開変数類 | |
| void * | pCookie |
| User data, passed to PostEvent() [詳解] | |
| AkGameObjectID | gameObjID |
| Game object ID [詳解] | |
Callback information structure corresponding to AK_Duration.
AkCallback.h の 132 行目に定義があります。