Table of Contents

Class MiniObjectHandle

Namespace
Gst.Internal
Assembly
Gst-1.0.dll
public abstract class MiniObjectHandle : SafeHandle, IDisposable, IEquatable<MiniObjectHandle>
Inheritance
MiniObjectHandle
Implements
Derived
Inherited Members

Constructors

MiniObjectHandle(bool)

protected MiniObjectHandle(bool ownsHandle)

Parameters

ownsHandle bool

Properties

IsInvalid

When overridden in a derived class, gets a value indicating whether the handle value is invalid.

public override sealed bool IsInvalid { get; }

Property Value

bool

true if the handle value is invalid; otherwise, false.

Methods

Equals(MiniObjectHandle?)

Indicates whether the current object is equal to another object of the same type.

public bool Equals(MiniObjectHandle? other)

Parameters

other MiniObjectHandle

An object to compare with this object.

Returns

bool

true if the current object is equal to the other parameter; otherwise, false.

Equals(object?)

Determines whether the specified object is equal to the current object.

public override bool Equals(object? obj)

Parameters

obj object

The object to compare with the current object.

Returns

bool

true if the specified object is equal to the current object; otherwise, false.

GetCopy()

public MiniObjectCopyFunction GetCopy()

Returns

MiniObjectCopyFunction

GetDispose()

public MiniObjectDisposeFunction GetDispose()

Returns

MiniObjectDisposeFunction

GetFlags()

public uint GetFlags()

Returns

uint

GetFree()

public MiniObjectFreeFunction GetFree()

Returns

MiniObjectFreeFunction

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.

GetLockstate()

public int GetLockstate()

Returns

int

GetRefcount()

public int GetRefcount()

Returns

int

GetType()

public nuint GetType()

Returns

nuint

OwnedCopy()

public MiniObjectOwnedHandle OwnedCopy()

Returns

MiniObjectOwnedHandle

SetCopy(MiniObjectCopyFunction)

public void SetCopy(MiniObjectCopyFunction value)

Parameters

value MiniObjectCopyFunction

SetDispose(MiniObjectDisposeFunction)

public void SetDispose(MiniObjectDisposeFunction value)

Parameters

value MiniObjectDisposeFunction

SetFlags(uint)

public void SetFlags(uint value)

Parameters

value uint

SetFree(MiniObjectFreeFunction)

public void SetFree(MiniObjectFreeFunction value)

Parameters

value MiniObjectFreeFunction

SetLockstate(int)

public void SetLockstate(int value)

Parameters

value int

SetRefcount(int)

public void SetRefcount(int value)

Parameters

value int

SetType(nuint)

public void SetType(nuint value)

Parameters

value nuint

UnownedCopy()

public MiniObjectUnownedHandle UnownedCopy()

Returns

MiniObjectUnownedHandle