Function called on completion of an event, or when a marker is reached.
引数
in_eType
Type of callback.
in_pCallbackInfo
Pointer to structure containing callback information. This pointer is invalidated as soon as the callback function returns.
注釈
An event is considered completed once all of its actions have been executed and all the playbacks in this events are terminated.
This callback is executed from the audio processing thread. The processing time in the callback function should be minimal. Having too much processing time could result in slowing down the audio processing.
Before waiting on an AK_EndOfEvent, make sure that the event is going to end. Some events can be continuously playing or infinitely looping, and the callback will not occur unless a specific stop event is sent to terminate the event.