Table of Contents

Class AtomicQueue

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

Constructors

AtomicQueue(AtomicQueueOwnedHandle)

public AtomicQueue(AtomicQueueOwnedHandle handle)

Parameters

handle AtomicQueueOwnedHandle

Properties

Handle

public AtomicQueueOwnedHandle Handle { get; }

Property Value

AtomicQueueOwnedHandle

Methods

Equals(AtomicQueue?)

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

public bool Equals(AtomicQueue? other)

Parameters

other AtomicQueue

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.

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.

Length()

public uint Length()

Returns

uint

New(uint)

public static AtomicQueue New(uint initialSize)

Parameters

initialSize uint

Returns

AtomicQueue

Peek()

public IntPtr Peek()

Returns

IntPtr

Pop()

public IntPtr Pop()

Returns

IntPtr

Push(IntPtr)

public void Push(IntPtr data)

Parameters

data IntPtr

Ref()

public void Ref()

Unref()

public void Unref()