 huaner Registered User |
Quote
|
2015-02-10 13:11:24 |
|
i want to destroy a sound when it's stop. so, i use api "GetPlayState" to judge. but, I play a ogg sound; after the sound is played end, the GetPlayState value is also SL_PLAYSTATE_PLAYING. also, i use api "GetState", the value of count is 0. i see the doc, the api "GetPlayState" is get current play state. i didn't find anything to rectify. so ,someone can help me ? thanks!
|
 niko Moderator |
Quote
|
2015-02-11 05:54:56 |
|
It seems that what you are asking about is not irrKlang. In irrKlang, it would be a simple call to isPlaying().
|