-
-
Notifications
You must be signed in to change notification settings - Fork 4
libvlc.VLCPlayer.EmbedWithin
Andrew Lambert edited this page Jan 12, 2023
·
10 revisions
Sub EmbedWithin(Parent As RectControl)
Sub EmbedWithin(Parent As Window)
Sub EmbedWithin(Parent As Integer)
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.
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2016-24 Andrew Lambert, offered under the CC BY-SA 3.0 License.
Entry-level points of interest denoted by "☜"