Table of Contents

Class AppSinkHandle

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

Constructors

AppSinkHandle(nint, bool)

public AppSinkHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

AppSinkHandle

Type Parameters

T