garkimasera / vlc-rs

Rust bindings for libVLC media framework.
MIT License
66 stars 18 forks source link

Add volume get & set for MediaPlayer #2

Closed 0xpr03 closed 6 years ago

0xpr03 commented 6 years ago

Signed-off-by: Aron Heinecke aron.heinecke@t-online.de

garkimasera commented 6 years ago

libvlc_audio_* functions are defined in MediaPlayerAudioEx. set_volume and get_volume are also defined in this trait.

0xpr03 commented 6 years ago

Ah I didn't see that. Yeah I guess that's a more accurate resembling of how libvlc works.

xero-lib commented 3 years ago

Can't seem to get the actual volume to change. I suspect there might have been some library update that hasn't been accounted for.

0xpr03 commented 3 years ago

@xero-lib I think you should open an issue for that, as it's a little offtopic for this PR

xero-lib commented 3 years ago

@0xpr03 already done