Class AudioClippingMeta
- Namespace
- GstAudio
- Assembly
- GstAudio-1.0.dll
public sealed class AudioClippingMeta
- Inheritance
-
AudioClippingMeta
- Inherited Members
Constructors
AudioClippingMeta()
public AudioClippingMeta()
AudioClippingMeta(AudioClippingMetaOwnedHandle)
public AudioClippingMeta(AudioClippingMetaOwnedHandle handle)
Parameters
handle
AudioClippingMetaOwnedHandle
Properties
End
public ulong End { get; set; }
Property Value
Format
public Format Format { get; set; }
Property Value
Handle
public AudioClippingMetaOwnedHandle Handle { get; }
Property Value
Start
public ulong Start { get; set; }
Property Value
Methods
Equals(AudioClippingMeta?)
public bool Equals(AudioClippingMeta? other)
Parameters
other
AudioClippingMeta
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()