jroal / a2dpvolume

Automatically exported from code.google.com/p/a2dpvolume
http://jimroal.com/slist.htm
96 stars 33 forks source link

Media volume bar on main screen does not update when volume adjusted elsewhere #23

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The slider bar on the main screen is used to adjust the media volume.  However, 
it does not display the current volume when the current volume gets adjusted 
elsewhere.  On program start it will be set based on the current media volume.  
When you use it to adjust the volume, it will reflect the current media volume. 
 When anything else adjust the media volume, it does not adjust to reflect the 
new volume.  

Would need to implement a media volume listener to keep the slider bar 
reflecting the current media volume.

Original issue reported on code.google.com by JimR...@gmail.com on 1 Nov 2010 at 10:51

GoogleCodeExporter commented 9 years ago
There is not an intent I can use to trigger notification when the media volume 
has changed.  I could use a periodic task to query for it but that would eat up 
clock cycles and it really not worth it.  This was intended as a convenience to 
set the media default volume before connecting to a bluetooth device.

Original comment by JimR...@gmail.com on 25 Nov 2010 at 2:54