Class AudioMeta
- Namespace
- GstAudio
- Assembly
- GstAudio-1.0.dll
public sealed class AudioMeta
- Inheritance
-
AudioMeta
- Inherited Members
Constructors
AudioMeta()
public AudioMeta()
AudioMeta(AudioMetaOwnedHandle)
public AudioMeta(AudioMetaOwnedHandle handle)
Parameters
handle
AudioMetaOwnedHandle
Properties
Handle
public AudioMetaOwnedHandle Handle { get; }
Property Value
Offsets
public nint Offsets { get; set; }
Property Value
Samples
public nuint Samples { get; set; }
Property Value
Methods
Equals(AudioMeta?)
public bool Equals(AudioMeta? other)
Parameters
other
AudioMeta
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.
GetInfo()
public static MetaInfo GetInfo()