버전

menu_open
AKRESULT __cdecl AK::SoundEngine::GetSourcePlayPositions ( AkPlayingID  in_PlayingID,
AkSourcePosition out_puPositions,
AkUInt32 io_pcPositions,
bool  in_bExtrapolate = true  
)

Gets the current position of the sources associated with this playing ID, obtained from PostEvent(). Notes:

  • You need to pass AK_EnableGetSourcePlayPosition to PostEvent() in order to use this function, otherwise it returns AK_Fail, even if the playing ID is valid.
  • The source's position is updated at every audio frame, and the time at which this occurs is stored. When you call this function from your thread, you therefore query the position that was updated in the previous audio frame. If in_bExtrapolate is true (default), the returned position is extrapolated using the elapsed time since last sound engine update and the source's playback rate.
  • If 0 is passed in for the number of entries (*in_pcPositions == 0) then only the number of positions will be returned and the position array (out_puPositions) will not be updated.
  • The io_pcPositions pointer must be non-NULL. out_puPositions may be NULL if *io_pcPositions == 0, otherwise it must be non-NULL.
    Returns:
    AK_Success if successful. It returns AK_InvalidParameter if the provided pointers are not valid. It returns AK_Fail if the playing ID is invalid (not playing yet, or finished playing).
    See also:
  • Integration Details - GetSourcePlayPosition
  • Concept: Events
Parameters:
in_PlayingID  Playing ID returned by AK::SoundEngine::PostEvent()
out_puPositions  Audio Node IDs and positions of sources associated with the specified playing ID
io_pcPositions  Number of entries in out_puPositions. Needs to be set to the size of the array: it is adjusted to the actual number of returned entries
in_bExtrapolate  Position is extrapolated based on time elapsed since last sound engine update

이 페이지가 도움이 되었나요?

지원이 필요하신가요?

질문이 있으신가요? 문제를 겪고 계신가요? 더 많은 정보가 필요하신가요? 저희에게 문의해주시면 도와드리겠습니다!

지원 페이지를 방문해 주세요

작업하는 프로젝트에 대해 알려주세요. 언제든지 도와드릴 준비가 되어 있습니다.

프로젝트를 등록하세요. 아무런 조건이나 의무 사항 없이 빠른 시작을 도와드리겠습니다.

Wwise를 시작해 보세요