Skip to content

libvlc.VLCPlayer.Play

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

Method signatures

 Sub Play()
 Function Play(StartPaused As Boolean = False) As Boolean

Remarks

Begins or resumes playback if there is a medium. If you need to be sure that playback has begun before continuing, then use the version that returns a boolean.

See also

Clone this wiki locally