Skip to content
Snippets Groups Projects
  1. Feb 23, 2018
    • 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
    • Thomas Guillem's avatar
      microdns: renderer: fix no-video option · 4f2501f0
      Thomas Guillem authored
      4f2501f0
    • Thomas Guillem's avatar
      chromecast: clean up variables · 65472a29
      Thomas Guillem authored
       - Hide "video" option. This option should only be set by the core (via the
         renderer item). If a user doesn't want video, he could disable the video
         track now.
      
       - Remove mux/mime options: this code has only been tested for the default
         mime/mux, there is no point of changing it.
      
       - Remove translations for privates options.
      
      This make the chromecast advanced preferences more understandable.
      65472a29
  2. Feb 22, 2018
Loading