Table of Contents

Class DataQueueItemHandle

Namespace
GstBase.Internal
Assembly
GstBase-1.0.dll
public abstract class DataQueueItemHandle : SafeHandle, IDisposable
Inheritance
DataQueueItemHandle
Implements
Derived
Inherited Members

Constructors

DataQueueItemHandle(bool)

protected DataQueueItemHandle(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(DataQueueItemHandle?)

public bool Equals(DataQueueItemHandle? other)

Parameters

other DataQueueItemHandle

Returns

bool

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.

GetDestroy()

public DestroyNotify GetDestroy()

Returns

DestroyNotify

GetDuration()

public ulong GetDuration()

Returns

ulong

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.

GetObject()

public IntPtr GetObject()

Returns

IntPtr

GetSize()

public uint GetSize()

Returns

uint

GetVisible()

public bool GetVisible()

Returns

bool

SetDestroy(DestroyNotify)

public void SetDestroy(DestroyNotify value)

Parameters

value DestroyNotify

SetDuration(ulong)

public void SetDuration(ulong value)

Parameters

value ulong

SetObject(IntPtr)

public void SetObject(IntPtr value)

Parameters

value IntPtr

SetSize(uint)

public void SetSize(uint value)

Parameters

value uint

SetVisible(bool)

public void SetVisible(bool value)

Parameters

value bool