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
handleAtomicQueueOwnedHandle
Properties
Handle
public AtomicQueueOwnedHandle Handle { get; }
Property Value
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
otherAtomicQueueAn object to compare with this object.
Returns
Equals(object?)
Determines whether the specified object is equal to the current object.
public override bool Equals(object? obj)
Parameters
objobjectThe object to compare with the current object.
Returns
GetGType()
public static Type GetGType()
Returns
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
New(uint)
public static AtomicQueue New(uint initialSize)
Parameters
initialSizeuint
Returns
Peek()
public nint Peek()
Returns
Pop()
public nint Pop()
Returns
Push(nint)
public void Push(nint data)
Parameters
datanint
Ref()
public void Ref()
Unref()
public void Unref()