Table of Contents

Class AudioRingBufferSpecHandle

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

Constructors

AudioRingBufferSpecHandle(bool)

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

public bool Equals(AudioRingBufferSpecHandle? other)

Parameters

other AudioRingBufferSpecHandle

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.

GetBufferTime()

public ulong GetBufferTime()

Returns

ulong

GetCaps()

public IntPtr GetCaps()

Returns

IntPtr

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

GetLatencyTime()

public ulong GetLatencyTime()

Returns

ulong

GetSeglatency()

public int GetSeglatency()

Returns

int

GetSegsize()

public int GetSegsize()

Returns

int

GetSegtotal()

public int GetSegtotal()

Returns

int

GetType()

public AudioRingBufferFormatType GetType()

Returns

AudioRingBufferFormatType

SetBufferTime(ulong)

public void SetBufferTime(ulong value)

Parameters

value ulong

SetCaps(IntPtr)

public void SetCaps(IntPtr value)

Parameters

value IntPtr

SetInfo(AudioInfoData)

public void SetInfo(AudioInfoData value)

Parameters

value AudioInfoData

SetLatencyTime(ulong)

public void SetLatencyTime(ulong value)

Parameters

value ulong

SetSeglatency(int)

public void SetSeglatency(int value)

Parameters

value int

SetSegsize(int)

public void SetSegsize(int value)

Parameters

value int

SetSegtotal(int)

public void SetSegtotal(int value)

Parameters

value int

SetType(AudioRingBufferFormatType)

public void SetType(AudioRingBufferFormatType value)

Parameters

value AudioRingBufferFormatType