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
handleDebugCategoryOwnedHandle
Properties
Handle
public DebugCategoryOwnedHandle Handle { get; }
Property Value
Methods
Equals(DebugCategory?)
public bool Equals(DebugCategory? other)
Parameters
otherDebugCategory
Returns
Equals(object?)
Determines whether the specified object is equal to the current object.
public override bool Equals(object? obj)
Parameters
objobjectThe object to compare with the current object.
Returns
Free()
public void Free()
GetColor()
public uint GetColor()
Returns
GetDescription()
public string GetDescription()
Returns
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
GetThreshold()
public DebugLevel GetThreshold()
Returns
ResetThreshold()
public void ResetThreshold()
SetThreshold(DebugLevel)
public void SetThreshold(DebugLevel level)
Parameters
levelDebugLevel