the playback stopped event will only fire when playback actually stops. If you send in a never-ending stream you would instead check on a timer if the current position was greater than the length of the file and then stop.
Mark
the playback stopped event will only fire when playback actually stops. If you send in a never-ending stream you would instead check on a timer if the current position was greater than the length of the file and then stop.
Mark