You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Was curious if there is a mechanism to determine if tunneling was succesfully enabled when setting via setTunnelingAudioSessionId(int tunnelingAudioSessionId)
Also are there any plans to add to demo ?
The text was updated successfully, but these errors were encountered:
I don't think this information is exposed currently, but it should be fairly easy to expose it. It would necessarily be asynchronous though (e.g. a callback method invoked each time tunneling is enabled or disabled). Marking as an enhancement to consider exposing this information.
In the meantime, if you're just curious as to whether it's being enabled, you can add a log line here that prints whether enableTunneling is true or false.
ojw28
changed the title
Question: is there any way to determine if tunneling is actually in use after being enabled?
Provide callback that's invoked when video tunneling is enabled/disabled
Mar 1, 2017
We added a method ExoPlayer.isTunnelingEnabled to query the tunneling state of the currently selected tracks. You can listen to Player.Listener.onTracksChanged to get notified when tracks (and potentially this value) change.
Was curious if there is a mechanism to determine if tunneling was succesfully enabled when setting via setTunnelingAudioSessionId(int tunnelingAudioSessionId)
Also are there any plans to add to demo ?
The text was updated successfully, but these errors were encountered: