Skip to content
Snippets Groups Projects
Forked from VideoLAN / VLC
Source project has a limited visibility.
  • Alexandre Janniaux's avatar
    audiotrack: add support for audio session id · 2717d570
    Alexandre Janniaux authored and Thomas Guillem's avatar Thomas Guillem committed
    
    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: default avatarThomas Guillem <thomas@gllm.fr>
    2717d570