Turn on/off the VLC Media Player object's audio mute function.
void @VLCAudioMute(string classname, int mute);
Parameters
string classname : Class name of the VLC Media Player object
int mute : Audio mute ON/OFF ( 1: ON , 0: OFF)
Return Value
None
Example
@VLCAudioMute("VLCPlayer1", 1); //Mute ON
Description : Mute objects with the VLCPlayer1 class name.
Version Information
Initial support : 10.3.6.17
Related items)