Hi Everyone,
I would like to test if the media player is initialized like:
but could not find .IsInitialized in the current version of b4a since most of the objects that are available do have that in them. I need to stop the media player from playing only if it's initialized, otherwise trying to do that and it's not initialized will crash the app.
Is there another media player library available?
Thanks.
I would like to test if the media player is initialized like:
B4X:
If mpMyMediaPlayer.IsInitialized Then
' Do somthing.
End If
but could not find .IsInitialized in the current version of b4a since most of the objects that are available do have that in them. I need to stop the media player from playing only if it's initialized, otherwise trying to do that and it's not initialized will crash the app.
Is there another media player library available?
Thanks.