Audiokinetic's Community Q&A is the forum where users can ask and answer questions within the Wwise and Strata communities. If you would like to get an answer from Audiokinetic's Technical support team, make sure you use the Support Tickets page.

GetSourcePlayPosition - in_PlayingID and out_puPosition ?

0 votes
Hi everyone,

Could someone help understand what should I feed to getSourcePlayPosition?
If you have a c# example in unity, that works great for me! Just need to understand what it needs..

 

Thank you
asked Jun 27, 2019 in General Discussion by L V. (100 points)

1 Answer

0 votes
read this carefully https://www.audiokinetic.com/library/edge/?source=SDK&id=namespace_a_k_1_1_sound_engine_ab533a6e24fa9c3849eb74e5a950bf687.html

GetSourcePlayPosition requires:

a AkPlayingID which is returned by PostEvent

a pointer to an AkTimeMs ( int )
answered Jul 3, 2019 by Dan M. (2,660 points)
...