Class Iterator
- Namespace
- Gst
- Assembly
- Gst-1.0.dll
public sealed class Iterator : BoxedRecord, IEquatable<Iterator>
- Inheritance
-
Iterator
- Implements
- Inherited Members
Constructors
Iterator()
public Iterator()
Iterator(IteratorOwnedHandle)
public Iterator(IteratorOwnedHandle handle)
Parameters
handle
IteratorOwnedHandle
Properties
Cookie
public uint Cookie { get; set; }
Property Value
Handle
public IteratorOwnedHandle Handle { get; }
Property Value
MasterCookie
public IntPtr MasterCookie { get; set; }
Property Value
Size
public uint Size { get; set; }
Property Value
Methods
Equals(Iterator?)
Indicates whether the current object is equal to another object of the same type.
public bool Equals(Iterator? other)
Parameters
other
IteratorAn 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
Filter(CompareFunc, Value)
public Iterator Filter(CompareFunc func, Value userData)
Parameters
func
CompareFuncuserData
Value
Returns
Fold(IteratorFoldFunction, Value)
public IteratorResult Fold(IteratorFoldFunction func, Value ret)
Parameters
func
IteratorFoldFunctionret
Value
Returns
Foreach(IteratorForeachFunction)
public IteratorResult Foreach(IteratorForeachFunction func)
Parameters
Returns
GetCopy()
public Iterator GetCopy()
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.
NewSingle(Type, Value)
public static Iterator NewSingle(Type type, Value @object)
Parameters
Returns
Push(Iterator)
public void Push(Iterator other)
Parameters
other
Iterator