Class CustomMeta
- Namespace
- Gst
- Assembly
- Gst-1.0.dll
public sealed class CustomMeta
- Inheritance
-
CustomMeta
- Inherited Members
Constructors
CustomMeta()
public CustomMeta()
CustomMeta(CustomMetaOwnedHandle)
public CustomMeta(CustomMetaOwnedHandle handle)
Parameters
handleCustomMetaOwnedHandle
Properties
Handle
public CustomMetaOwnedHandle Handle { get; }
Property Value
Methods
Equals(CustomMeta?)
public bool Equals(CustomMeta? other)
Parameters
otherCustomMeta
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
GetHashCode()
Serves as the default hash function.
public override int GetHashCode()
Returns
- int
A hash code for the current object.
GetStructure()
[Version("1.20")]
public Structure GetStructure()
Returns
HasName(string)
[Version("1.20")]
public bool HasName(string name)
Parameters
namestring