VLCPlaylistStop

 

Stop the playlist of the VLC Media Player object.

 

void @VLCPlaylistStop(string classname);

 

Parameters

string classname : Class name of the VLC Media Player object

 

Return Value

None

 

Example

@VLCPlaylistStop("VLCPlayer1");

 

Description : Stop the playlist of objects with  VLCPlayer1 class name.

 

Version Information

Supported Version: 10.3.6.17

 

Related Helps)

@VLCAudioMute()

@VLCAudioVolume()

@VLCAutoLoop()

@VLCPlaylistAdd()

@VLCPlaylistClear()

@VLCPlaylistPlay()