Table of Contents

Class AudioClippingMetaHandle

Namespace
GstAudio.Internal
Assembly
GstAudio-1.0.dll
public abstract class AudioClippingMetaHandle : SafeHandle, IDisposable
Inheritance
AudioClippingMetaHandle
Implements
Derived
Inherited Members

Constructors

AudioClippingMetaHandle(bool)

protected AudioClippingMetaHandle(bool ownsHandle)

Parameters

ownsHandle bool

Properties

IsInvalid

When overridden in a derived class, gets a value indicating whether the handle value is invalid.

public override sealed bool IsInvalid { get; }

Property Value

bool

true if the handle value is invalid; otherwise, false.

Methods

Equals(AudioClippingMetaHandle?)

public bool Equals(AudioClippingMetaHandle? other)

Parameters

other AudioClippingMetaHandle

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.

GetEnd()

public ulong GetEnd()

Returns

ulong

GetFormat()

public Format GetFormat()

Returns

Format

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.

GetMeta()

public MetaData GetMeta()

Returns

MetaData

GetStart()

public ulong GetStart()

Returns

ulong

SetEnd(ulong)

public void SetEnd(ulong value)

Parameters

value ulong

SetFormat(Format)

public void SetFormat(Format value)

Parameters

value Format

SetMeta(MetaData)

public void SetMeta(MetaData value)

Parameters

value MetaData

SetStart(ulong)

public void SetStart(ulong value)

Parameters

value ulong