audiotrack: add support for audio session id
Add a module variable to store an audio session id and use it when creating new
AudioTrack. This session id is generated by AudioManager.getAudioSessionId() in
the Android-side. This allows LibVLC users to broadcast intent allowing
external application to plug on the audio output and apply effect, for instance
an external equalizer.
See also android.media.audiofx.AudioEffect.
Signed-off-by: Thomas Guillem <thomas@gllm.fr>
Loading
Please register or sign in to comment