Table of Contents

Class EncodingTargetHandle

Namespace
GstPbutils.Internal
Assembly
GstPbutils-1.0.dll
public class EncodingTargetHandle : ObjectHandle, IDisposable
Inheritance
EncodingTargetHandle
Implements
Inherited Members

Constructors

EncodingTargetHandle(nint, bool)

public EncodingTargetHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

EncodingTargetHandle

Type Parameters

T