Table of Contents

Class AtomicQueue

Namespace
Gst
Assembly
Gst-1.0.dll
public sealed class AtomicQueue : BoxedRecord, GTypeProvider, InstanceFactory, IEquatable<AtomicQueue>, IDisposable
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

Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

public void Dispose()

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 nint Peek()

Returns

nint

Pop()

public nint Pop()

Returns

nint

Push(nint)

public void Push(nint data)

Parameters

data nint

Ref()

public void Ref()

Unref()

public void Unref()