Table of Contents

Class VideoFilterHandle

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

Constructors

VideoFilterHandle(nint, bool)

public VideoFilterHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

VideoFilterHandle

Type Parameters

T