Table of Contents

Class AudioMetaHandle

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

Constructors

AudioMetaHandle(bool)

protected AudioMetaHandle(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(AudioMetaHandle?)

public bool Equals(AudioMetaHandle? other)

Parameters

other AudioMetaHandle

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

Returns

AudioInfoData

GetMeta()

public MetaData GetMeta()

Returns

MetaData

GetOffsets()

public IntPtr GetOffsets()

Returns

IntPtr

GetSamples()

public nuint GetSamples()

Returns

nuint

SetInfo(AudioInfoData)

public void SetInfo(AudioInfoData value)

Parameters

value AudioInfoData

SetMeta(MetaData)

public void SetMeta(MetaData value)

Parameters

value MetaData

SetOffsets(IntPtr)

public void SetOffsets(IntPtr value)

Parameters

value IntPtr

SetSamples(nuint)

public void SetSamples(nuint value)

Parameters

value nuint