Class MetaInfo
- Namespace
- Gst
- Assembly
- Gst-1.0.dll
public sealed class MetaInfo
- Inheritance
-
MetaInfo
- Inherited Members
Constructors
MetaInfo()
public MetaInfo()
MetaInfo(MetaInfoOwnedHandle)
public MetaInfo(MetaInfoOwnedHandle handle)
Parameters
handle
MetaInfoOwnedHandle
Properties
Handle
public MetaInfoOwnedHandle Handle { get; }
Property Value
Size
public nuint Size { get; set; }
Property Value
Methods
Equals(MetaInfo?)
public bool Equals(MetaInfo? other)
Parameters
other
MetaInfo
Returns
Equals(object?)
Determines whether the specified object is equal to the current object.
public override bool Equals(object? obj)
Parameters
obj
objectThe 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.
IsCustom()
[Version("1.20")]
public bool IsCustom()
Returns
New(Type, string, nuint)
[Version("1.24")]
public static MetaInfo New(Type api, string impl, nuint size)