Table of Contents

Class VideoSinkHandle

Namespace
GstVideo.Internal
Assembly
GstVideo-1.0.dll
public class VideoSinkHandle : BaseSinkHandle, IDisposable
Inheritance
VideoSinkHandle
Implements
Inherited Members

Constructors

VideoSinkHandle(nint, bool)

public VideoSinkHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

public static VideoSinkHandle For<T>(ConstructArgument[] constructArguments) where T : VideoSink, GTypeProvider

Parameters

constructArguments ConstructArgument[]

Returns

VideoSinkHandle

Type Parameters

T