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