Table of Contents

Class MiniObject

Namespace
Gst
Assembly
Gst-1.0.dll
public sealed class MiniObject : BoxedRecord, IEquatable<MiniObject>
Inheritance
MiniObject
Implements
Inherited Members

Constructors

MiniObject()

public MiniObject()

MiniObject(MiniObjectOwnedHandle)

public MiniObject(MiniObjectOwnedHandle handle)

Parameters

handle MiniObjectOwnedHandle

Properties

Flags

public uint Flags { get; set; }

Property Value

uint

Handle

public MiniObjectOwnedHandle Handle { get; }

Property Value

MiniObjectOwnedHandle

Lockstate

public int Lockstate { get; set; }

Property Value

int

Refcount

public int Refcount { get; set; }

Property Value

int

Methods

AddParent(MiniObject)

[Version("1.16")]
public void AddParent(MiniObject parent)

Parameters

parent MiniObject

Equals(MiniObject?)

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

public bool Equals(MiniObject? other)

Parameters

other MiniObject

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 MiniObject? GetCopy()

Returns

MiniObject

GetGType()

public static Type GetGType()

Returns

Type

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.

GetQdata(Quark)

public IntPtr GetQdata(Quark quark)

Parameters

quark Quark

Returns

IntPtr

IsWritable()

public bool IsWritable()

Returns

bool

Lock(LockFlags)

public bool Lock(LockFlags flags)

Parameters

flags LockFlags

Returns

bool

MakeWritable()

public MiniObject? MakeWritable()

Returns

MiniObject

Ref()

public MiniObject Ref()

Returns

MiniObject

RemoveParent(MiniObject)

[Version("1.16")]
public void RemoveParent(MiniObject parent)

Parameters

parent MiniObject

StealQdata(Quark)

public IntPtr StealQdata(Quark quark)

Parameters

quark Quark

Returns

IntPtr

Unlock(LockFlags)

public void Unlock(LockFlags flags)

Parameters

flags LockFlags

Unref()

public void Unref()