Skip to content

libvlc.VLCPlayer.GetVideoDimensions

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

libvlc.VLCPlayer.GetVideoDimensions

Method signatures

 Function GetVideoDimensions(Optional VideoIndex As Integer) As REALbasic.Rect

Remarks

Returns the video's unscaled dimensions. VLC supports multiple video streams. If you want a stream other than the first/only one, pass the index.

Clone this wiki locally