Table of Contents

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

ulong

Format

public Format Format { get; set; }

Property Value

Format

Handle

public AudioClippingMetaOwnedHandle Handle { get; }

Property Value

AudioClippingMetaOwnedHandle

Start

public ulong Start { get; set; }

Property Value

ulong

Methods

Equals(AudioClippingMeta?)

public bool Equals(AudioClippingMeta? other)

Parameters

other AudioClippingMeta

Returns

bool

Equals(object?)

Determines whether the specified object is equal to the current object.

public override bool Equals(object? obj)

Parameters

obj object

The object to compare with the current object.

Returns

bool

true if the specified object is equal to the current object; otherwise, false.

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()

Returns

MetaInfo