Android Question SimpleExoPlayer has no IsInitialized how to check if Initialized

Robert Valentino

Well-Known Member
Licensed User
Longtime User
SimpleExoPlayer has no IsInitialized how to check if Initialized

I have been using MediaPlayer in my music program and haven't had any problems with it until I just got my new phone running Android 16

When one track is ending (last 7 seconds) I start the other track on on all my other devices the interlace is perfect.
For some reason on Android 16 and my new ZFold when I start the overlapping track it just wipes out (hard silence) the previous playing (can't hear both playing)

So I wanted to try and see if SimpleExoPlayer handles prepareAsync() to make a difference.
 
Last edited:
Top