Table of Contents

Class PadProbeInfo

Namespace
Gst
Assembly
Gst-1.0.dll
public sealed class PadProbeInfo
Inheritance
PadProbeInfo
Inherited Members

Constructors

PadProbeInfo()

public PadProbeInfo()

PadProbeInfo(PadProbeInfoOwnedHandle)

public PadProbeInfo(PadProbeInfoOwnedHandle handle)

Parameters

handle PadProbeInfoOwnedHandle

Properties

Handle

public PadProbeInfoOwnedHandle Handle { get; }

Property Value

PadProbeInfoOwnedHandle

Id

public ulong Id { get; set; }

Property Value

ulong

Offset

public ulong Offset { get; set; }

Property Value

ulong

Size

public uint Size { get; set; }

Property Value

uint

Type

public PadProbeType Type { get; set; }

Property Value

PadProbeType

Methods

Equals(PadProbeInfo?)

public bool Equals(PadProbeInfo? other)

Parameters

other PadProbeInfo

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.

GetBuffer()

public Buffer? GetBuffer()

Returns

Buffer

GetBufferList()

public BufferList? GetBufferList()

Returns

BufferList

GetEvent()

public Event? GetEvent()

Returns

Event

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.

GetQuery()

public Query? GetQuery()

Returns

Query