Table of Contents

Class VideoSinkClassUnownedHandle

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

Constructors

VideoSinkClassUnownedHandle(IntPtr)

Creates a new instance of VideoSinkClassOwnedHandle. Assumes that the given pointer is unowned by the runtime.

public VideoSinkClassUnownedHandle(IntPtr ptr)

Parameters

ptr IntPtr

Properties

NullHandle

public static VideoSinkClassUnownedHandle NullHandle { get; }

Property Value

VideoSinkClassUnownedHandle

Methods

Copy()

public VideoSinkClassOwnedHandle Copy()

Returns

VideoSinkClassOwnedHandle

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.