Table of Contents

Class AppSrcHandle

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

Constructors

AppSrcHandle(nint, bool)

public AppSrcHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

AppSrcHandle

Type Parameters

T