版本

menu_open
Wwise SDK 2018.1.11

◆ GetSourcePlayPosition()

AKRESULT __cdecl AK::SoundEngine::GetSourcePlayPosition ( AkPlayingID  in_PlayingID,
AkTimeMs out_puPosition,
bool  in_bExtrapolate = true 
)

Gets the current position of the source associated with this playing ID, obtained from PostEvent(). If more than one source is playing, the first to play is returned. 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.
    返回
    AK_Success if successful. It returns AK_InvalidParameter if the provided pointer is not valid. It returns AK_Fail if the playing ID is invalid (not playing yet, or finished playing).
    参见
  • 集成详情——GetSourcePlayPosition
  • 概念:Events
参数
in_PlayingID Playing ID returned by AK::SoundEngine::PostEvent()
out_puPosition Position of the source (in ms) associated with the specified playing ID
in_bExtrapolate Position is extrapolated based on time elapsed since last sound engine update.

此页面对您是否有帮助?

需要技术支持?

仍有疑问?或者问题?需要更多信息?欢迎联系我们,我们可以提供帮助!

查看我们的“技术支持”页面

介绍一下自己的项目。我们会竭力为您提供帮助。

来注册自己的项目,我们帮您快速入门,不带任何附加条件!

开始 Wwise 之旅