Class VideoHandle
public class VideoHandle : WidgetHandle, IDisposable
- Inheritance
-
VideoHandle
- Implements
- Inherited Members
Constructors
VideoHandle(nint, bool)
public VideoHandle(nint handle, bool ownsHandle)
Parameters
Methods
For<T>(ConstructArgument[])
public static VideoHandle For<T>(ConstructArgument[] constructArguments) where T : Video, GTypeProvider
Parameters
constructArguments
ConstructArgument[]
Returns
Type Parameters
T