목차
Wwise SDK 2021.1.0
|
#include <AkCallback.h>
AkMarkerCallbackInfo에 대한 상속 다이어그램 :

Public 속성 | |
AkUInt32 | uIdentifier |
Cue point identifier 더 자세히 ... |
|
AkUInt32 | uPosition |
Position in the cue point (unit: sample frames) 더 자세히 ... |
|
const char * | strLabel |
Label of the marker, read from the file 더 자세히 ... |
|
![]() | |
AkPlayingID | playingID |
Playing ID of Event, returned by PostEvent() 더 자세히 ... |
|
AkUniqueID | eventID |
Unique ID of Event, passed to PostEvent() 더 자세히 ... |
|
![]() | |
void * | pCookie |
User data, passed to PostEvent() 더 자세히 ... |
|
AkGameObjectID | gameObjID |
Game object ID 더 자세히 ... |
|
상세한 설명
Callback information structure corresponding to AK_Marker.
AkCallback.h 파일의 116 번째 라인에서 정의되었습니다.