Skip to content

libvlc.VLCPlayer.EmbedWithin

Andrew Lambert edited this page Jan 12, 2023 · 10 revisions

libvlc.VLCPlayer.EmbedWithin

Method signatures

 Sub EmbedWithin(Parent As RectControl)
 Sub EmbedWithin(Parent As Window)
 Sub EmbedWithin(Parent As Integer)

Remarks

Embeds the player's video output in the specified RectControl, Window, or window handle. The video output (if any) superimposes upon and obscures the Parent, and will move and resize automatically as the Parent does.

Set this to 0 or another Parent to dissociate video output from a previously set Parent.

See also

Clone this wiki locally