vbartacek / aacdecoder-android

Automatically exported from code.google.com/p/aacdecoder-android
GNU Lesser General Public License v3.0
119 stars 58 forks source link

AACPlayer how can I get the AudioSessionId #83

Open arlindiDev opened 8 years ago

arlindiDev commented 8 years ago

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?

AppWerft commented 8 years ago

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