Table of Contents

Class EncodingVideoProfileHandle

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

Constructors

EncodingVideoProfileHandle(nint, bool)

public EncodingVideoProfileHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

EncodingVideoProfileHandle

Type Parameters

T