I found the function MediaPlayer.snoop(short[], int) in Accessing the Android media stream for audio visualization but I couldn't use it.
I am wondering there is a method snoop in MediaPlayer.class. Looks it is not public method but private one of MediaPlayer. If there is how can i get audio stream from that method.
Thank you.