Table of Contents

Class StreamPrivateOwnedHandle

Namespace
Gst.Internal
Assembly
Gst-1.0.dll
public class StreamPrivateOwnedHandle : StreamPrivateHandle, IDisposable
Inheritance
StreamPrivateOwnedHandle
Implements
Inherited Members

Constructors

StreamPrivateOwnedHandle(IntPtr)

Creates a new instance of StreamPrivateOwnedHandle. Assumes that the given pointer is owned by the runtime.

public StreamPrivateOwnedHandle(IntPtr ptr)

Parameters

ptr IntPtr

Methods

FromUnowned(IntPtr)

Create a StreamPrivateOwnedHandle from a pointer that is assumed unowned.

public static StreamPrivateOwnedHandle FromUnowned(IntPtr ptr)

Parameters

ptr IntPtr

A pointer to a StreamPrivate which is not owned by the runtime.

Returns

StreamPrivateOwnedHandle

A StreamPrivateOwnedHandle

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.