Android Question Audio Library v1.63 - IsInitialized ?

Jmu5667

Well-Known Member
Licensed User
Longtime User
Hi

I have noticed that there is no IsInitialized method in the lib, how can we test if it is initialized ?

Regards

John.
 

OliverA

Expert
Licensed User
Longtime User
No clue if it is related, but looking at the state diagram of MediaRecorder (https://developer.android.com/reference/android/media/MediaRecorder), there are many situations in which reset() seems to be called that reverts the object back to a pre-setAudioSource state (looks like that method part of the Initialize method of AudioStreamer class). Please note that AudioStreamer is a combo of MediaRecorder and AudioTrack.
That'a very interesting, lots of resets ...
See https://www.b4x.com/android/forum/t...arification-java-method-access.96902/#content
 
Upvote 0
Top