Table of Contents

Class PushSrcHandle

Namespace
GstBase.Internal
Assembly
GstBase-1.0.dll
public class PushSrcHandle : BaseSrcHandle, IDisposable
Inheritance
PushSrcHandle
Implements
Derived
Inherited Members

Constructors

PushSrcHandle(nint, bool)

public PushSrcHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

PushSrcHandle

Type Parameters

T