Table of Contents

Class VideoEncoderHandle

Namespace
GstVideo.Internal
Assembly
GstVideo-1.0.dll
public class VideoEncoderHandle : ElementHandle, IDisposable
Inheritance
VideoEncoderHandle
Implements
Inherited Members

Constructors

VideoEncoderHandle(nint, bool)

public VideoEncoderHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

VideoEncoderHandle

Type Parameters

T