VlcMediaPlayerVideoHostHandle Property |
[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "P:Vlc.DotNet.Core.VlcMediaPlayer.VideoHostHandle"]
Namespace: Vlc.DotNet.CoreAssembly: Vlc.DotNet.Core (in Vlc.DotNet.Core.dll) Version: 2014.10.15.0 (2014.10.15.0)
Syntaxpublic IntPtr VideoHostHandle { get; set; }
Public Property VideoHostHandle As IntPtr
Get
Set
public:
property IntPtr VideoHostHandle {
IntPtr get ();
void set (IntPtr value);
}
member VideoHostHandle : IntPtr with get, set
Property Value
Type:
IntPtr
See Also