Table of Contents

Class DataQueueItem

Namespace
GstBase
Assembly
GstBase-1.0.dll
public sealed class DataQueueItem
Inheritance
DataQueueItem
Inherited Members

Constructors

DataQueueItem()

public DataQueueItem()

DataQueueItem(DataQueueItemOwnedHandle)

public DataQueueItem(DataQueueItemOwnedHandle handle)

Parameters

handle DataQueueItemOwnedHandle

Properties

Duration

public ulong Duration { get; set; }

Property Value

ulong

Handle

public DataQueueItemOwnedHandle Handle { get; }

Property Value

DataQueueItemOwnedHandle

Size

public uint Size { get; set; }

Property Value

uint

Visible

public bool Visible { get; set; }

Property Value

bool

Methods

Equals(DataQueueItem?)

public bool Equals(DataQueueItem? other)

Parameters

other DataQueueItem

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.

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.