If i create more than one libvlc_media_player_t under the same lib_vlc_instance, is there any way to control diffrent media_player's volume independently? I found the function VLC_PUBLIC_API void libvlc_audio_set_volume( libvlc_instance_t *, int, libvlc_exception_t *); in libvlc.h, which could only ...