VLCAudioVolume

 

Adjust the volume of the VLC Media Player object.

 

void @VLCAudioVolume(string classname, int volume);

 

Parameters

string classname : Class name of the VLC Media Player object

int volume : Sound volume (0 ~ 100)

 

Return Value

None

 

Example

@VLCAudioVolume("VLCPlayer1", 100);      //Volume Max (100)

 

Description : Change the volume to 100.

 

Version Information

Supported Version: 10.3.6.17

 

Related Helps)

@VLCAudioMute()

@VLCAutoLoop()

@VLCPlaylistAdd()

@VLCPlaylistClear()

@VLCPlaylistPlay()

@VLCPlaylistStop()