Table of Contents

Class VideoDirectionInterfaceArrayUnownedHandle

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

Constructors

VideoDirectionInterfaceArrayUnownedHandle(IntPtr, int)

public VideoDirectionInterfaceArrayUnownedHandle(IntPtr ptr, int length)

Parameters

ptr IntPtr
length int

Properties

NullHandle

public static VideoDirectionInterfaceArrayUnownedHandle NullHandle { get; }

Property Value

VideoDirectionInterfaceArrayUnownedHandle

Methods

ReleaseHandle()

When overridden in a derived class, executes the code required to free the handle.

protected override bool ReleaseHandle()

Returns

bool

true if the handle is released successfully; otherwise, in the event of a catastrophic failure, false. In this case, it generates a releaseHandleFailed Managed Debugging Assistant.

ToArray(int)

public VideoDirectionInterface[] ToArray(int length)

Parameters

length int

Returns

VideoDirectionInterface[]

ToNullableArray(int)

public VideoDirectionInterface[]? ToNullableArray(int length)

Parameters

length int

Returns

VideoDirectionInterface[]