Table of Contents

Class DebugCategory

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

Constructors

DebugCategory()

public DebugCategory()

DebugCategory(DebugCategoryOwnedHandle)

public DebugCategory(DebugCategoryOwnedHandle handle)

Parameters

handle DebugCategoryOwnedHandle

Properties

Handle

public DebugCategoryOwnedHandle Handle { get; }

Property Value

DebugCategoryOwnedHandle

Methods

Equals(DebugCategory?)

public bool Equals(DebugCategory? other)

Parameters

other DebugCategory

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.

Free()

public void Free()

GetColor()

public uint GetColor()

Returns

uint

GetDescription()

public string GetDescription()

Returns

string

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.

GetName()

public string GetName()

Returns

string

GetThreshold()

public DebugLevel GetThreshold()

Returns

DebugLevel

ResetThreshold()

public void ResetThreshold()

SetThreshold(DebugLevel)

public void SetThreshold(DebugLevel level)

Parameters

level DebugLevel