Skip to content

libvlc.VLCPlayer.TakeSnapshot

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

libvlc.VLCPlayer.TakeSnapshot

Method signature

 Function TakeSnapshot(Optional VideoIndex As Integer) As Picture

Remarks

Captures a frame from the video stream. VLC supports multiple video streams. If you want a stream other than the first/only one, pass the index.

Clone this wiki locally