Table of Contents

Class PadProbeInfoHandle

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

Constructors

PadProbeInfoHandle(bool)

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

public bool Equals(PadProbeInfoHandle? other)

Parameters

other PadProbeInfoHandle

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.

GetData()

public IntPtr GetData()

Returns

IntPtr

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.

GetId()

public ulong GetId()

Returns

ulong

GetOffset()

public ulong GetOffset()

Returns

ulong

GetSize()

public uint GetSize()

Returns

uint

GetType()

public PadProbeType GetType()

Returns

PadProbeType

SetData(IntPtr)

public void SetData(IntPtr value)

Parameters

value IntPtr

SetId(ulong)

public void SetId(ulong value)

Parameters

value ulong

SetOffset(ulong)

public void SetOffset(ulong value)

Parameters

value ulong

SetSize(uint)

public void SetSize(uint value)

Parameters

value uint

SetType(PadProbeType)

public void SetType(PadProbeType value)

Parameters

value PadProbeType