Table of Contents

Class EncodingProfileHandle

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

Constructors

EncodingProfileHandle(nint, bool)

public EncodingProfileHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

EncodingProfileHandle

Type Parameters

T