Table of Contents

Class AudioRingBufferSpec

Namespace
GstAudio
Assembly
GstAudio-1.0.dll
public sealed class AudioRingBufferSpec
Inheritance
AudioRingBufferSpec
Inherited Members

Constructors

AudioRingBufferSpec()

public AudioRingBufferSpec()

AudioRingBufferSpec(AudioRingBufferSpecOwnedHandle)

public AudioRingBufferSpec(AudioRingBufferSpecOwnedHandle handle)

Parameters

handle AudioRingBufferSpecOwnedHandle

Properties

BufferTime

public ulong BufferTime { get; set; }

Property Value

ulong

Handle

public AudioRingBufferSpecOwnedHandle Handle { get; }

Property Value

AudioRingBufferSpecOwnedHandle

LatencyTime

public ulong LatencyTime { get; set; }

Property Value

ulong

Seglatency

public int Seglatency { get; set; }

Property Value

int

Segsize

public int Segsize { get; set; }

Property Value

int

Segtotal

public int Segtotal { get; set; }

Property Value

int

Type

public AudioRingBufferFormatType Type { get; set; }

Property Value

AudioRingBufferFormatType

Methods

Equals(AudioRingBufferSpec?)

public bool Equals(AudioRingBufferSpec? other)

Parameters

other AudioRingBufferSpec

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.