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
Methods
Equals(AtomicQueue?)
Indicates whether the current object is equal to another object of the same type.
public bool Equals(AtomicQueue? other)
Parameters
other
AtomicQueueAn 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
obj
objectThe 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
initialSize
uint
Returns
Peek()
public IntPtr Peek()
Returns
Pop()
public IntPtr Pop()
Returns
Push(IntPtr)
public void Push(IntPtr data)
Parameters
data
IntPtr
Ref()
public void Ref()
Unref()
public void Unref()