Table of Contents

Class IteratorHandle

Namespace
Gst.Internal
Assembly
Gst-1.0.dll
public abstract class IteratorHandle : SafeHandle, IDisposable, IEquatable<IteratorHandle>
Inheritance
IteratorHandle
Implements
Derived
Inherited Members

Constructors

IteratorHandle(bool)

protected IteratorHandle(bool ownsHandle)

Parameters

ownsHandle bool

Properties

IsInvalid

When overridden in a derived class, gets a value indicating whether the handle value is invalid.

public override sealed bool IsInvalid { get; }

Property Value

bool

true if the handle value is invalid; otherwise, false.

Methods

Equals(IteratorHandle?)

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

public bool Equals(IteratorHandle? other)

Parameters

other IteratorHandle

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.

GetCookie()

public uint GetCookie()

Returns

uint

GetCopy()

public IteratorCopyFunction GetCopy()

Returns

IteratorCopyFunction

GetFree()

public IteratorFreeFunction GetFree()

Returns

IteratorFreeFunction

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.

GetItem()

public IteratorItemFunction GetItem()

Returns

IteratorItemFunction

GetLock()

public IntPtr GetLock()

Returns

IntPtr

GetMasterCookie()

public IntPtr GetMasterCookie()

Returns

IntPtr

GetNext()

public IteratorNextFunction GetNext()

Returns

IteratorNextFunction

GetPushed()

public IntPtr GetPushed()

Returns

IntPtr

GetResync()

public IteratorResyncFunction GetResync()

Returns

IteratorResyncFunction

GetSize()

public uint GetSize()

Returns

uint

GetType()

public nuint GetType()

Returns

nuint

OwnedCopy()

public IteratorOwnedHandle OwnedCopy()

Returns

IteratorOwnedHandle

SetCookie(uint)

public void SetCookie(uint value)

Parameters

value uint

SetCopy(IteratorCopyFunction)

public void SetCopy(IteratorCopyFunction value)

Parameters

value IteratorCopyFunction

SetFree(IteratorFreeFunction)

public void SetFree(IteratorFreeFunction value)

Parameters

value IteratorFreeFunction

SetItem(IteratorItemFunction)

public void SetItem(IteratorItemFunction value)

Parameters

value IteratorItemFunction

SetLock(IntPtr)

public void SetLock(IntPtr value)

Parameters

value IntPtr

SetMasterCookie(IntPtr)

public void SetMasterCookie(IntPtr value)

Parameters

value IntPtr

SetNext(IteratorNextFunction)

public void SetNext(IteratorNextFunction value)

Parameters

value IteratorNextFunction

SetPushed(IntPtr)

public void SetPushed(IntPtr value)

Parameters

value IntPtr

SetResync(IteratorResyncFunction)

public void SetResync(IteratorResyncFunction value)

Parameters

value IteratorResyncFunction

SetSize(uint)

public void SetSize(uint value)

Parameters

value uint

SetType(nuint)

public void SetType(nuint value)

Parameters

value nuint

UnownedCopy()

public IteratorUnownedHandle UnownedCopy()

Returns

IteratorUnownedHandle