aacdecoder-android icon indicating copy to clipboard operation
aacdecoder-android copied to clipboard

AACPlayer how can I get the AudioSessionId

Open arlindiDev opened this issue 9 years ago • 1 comments

I'm trying to make a music visualizer with the AACPlayer but I dont know how to get the Android "audio session id" from the player.

The Android's MediaPlayer has that method is their a way to do that with the AACPlayer?

arlindiDev avatar Jun 04 '16 10:06 arlindiDev

Please look here https://github.com/AppWerft/ti-android-streamer/blob/master/src/com/woohoo/androidaudiostreamer/AndroidaudiostreamerModule.java#L116-L123

AppWerft avatar Jun 30 '16 23:06 AppWerft