Table of Contents

Class VideoDecoderHandle

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

Constructors

VideoDecoderHandle(nint, bool)

public VideoDecoderHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

VideoDecoderHandle

Type Parameters

T