Page 1 of 1

Bug report:libVLC.getVolume() always return 0

Posted: 18 May 2014 17:59
by dfdf
Even after I set volume use libVLC.setVolume(200) and took effect,but still get 0 by libVLC.getVolume().

Re: Bug report:libVLC.getVolume() always return 0

Posted: 30 May 2014 02:46
by edwardw
Is a media loaded?

Re: Bug report:libVLC.getVolume() always return 0

Posted: 03 Jun 2014 09:50
by dfdf
Yes,it takes effect when I set volume on fly,but always still get 0.
btw: as if the max actually volume now is only 100,more value can not increase the real volume,not as in version 0.20,we can boost the volume very loud by .setVolume(200).

Re: Bug report:libVLC.getVolume() always return 0

Posted: 03 Jun 2014 13:19
by edwardw
So this is even if you set and get volume while any media is loaded?

Re: Bug report:libVLC.getVolume() always return 0

Posted: 03 Jun 2014 18:51
by dfdf
I don't understand your meaning exactly,sorry.
I loaded media(it will start playing automatically),I do .setVolume(100)(by press a button I added),the volume increases,then I .getVolume() by press another button I added,show the value,it's always 0.

Re: Bug report:libVLC.getVolume() always return 0

Posted: 03 Jun 2014 21:32
by edwardw
Alright. I will look into this.

Re: Bug report:libVLC.getVolume() always return 0

Posted: 06 Jun 2014 05:26
by dfdf
Alright. I will look into this.
Thank you,dear Edwardw,and remember the volume boosting problem.Some of my videos have low volume,I have to boost them to 200,vlc 0.2 works fine,but the newest 0.93 as if doesn't support this feature,it can only be set to 100 as a max volume.