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
Properties
BufferTime
public ulong BufferTime { get; set; }
Property Value
Handle
public AudioRingBufferSpecOwnedHandle Handle { get; }
Property Value
LatencyTime
public ulong LatencyTime { get; set; }
Property Value
Seglatency
public int Seglatency { get; set; }
Property Value
Segsize
public int Segsize { get; set; }
Property Value
Segtotal
public int Segtotal { get; set; }
Property Value
Type
public AudioRingBufferFormatType Type { get; set; }
Property Value
Methods
Equals(AudioRingBufferSpec?)
public bool Equals(AudioRingBufferSpec? other)
Parameters
other
AudioRingBufferSpec
Returns
Equals(object?)
Determines whether the specified object is equal to the current object.
public override bool Equals(object? obj)
Parameters
obj
objectThe object to compare with the current object.
Returns
GetHashCode()
Serves as the default hash function.
public override int GetHashCode()
Returns
- int
A hash code for the current object.