Skip to content

libvlc.VLCPlayer.Stop

Andrew Lambert edited this page Nov 26, 2022 · 5 revisions

Method signatures

 Sub Stop()
 Function Stop() As Boolean

Remarks

Stops playback if playing. If you need to be sure that playback has completely stopped before continuing, then use the version that returns a boolean.

See also

Clone this wiki locally