MusicPlayerIsPlaying() : is it done yet?
MusicPlayerIsPlaying() : is it done yet?
- Subject: MusicPlayerIsPlaying() : is it done yet?
- From: Roy Lovejoy <email@hidden>
- Date: Thu, 24 Jul 2003 10:37:55 -0700
They work wonderfully-
I spoke too soon.. Apparently, MusicPlayerIsPlaying seems to want to
keep the party going by
_NEVER_ returning false..
Boolean stillPlaying = false;
err = MusicPlayerIsPlaying(player, &stillPlaying);
stillPlaying is true, even long after the end of the midi sequence is
over.
is there anyway of determining when the sequence is over, after issuing
a MusicPlayerStart() ?
_______________________________________________
coreaudio-api mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/coreaudio-api
Do not post admin requests to the list. They will be ignored.