GstAudio.AudioRingBufferSpec

Fields

Name

Type

Access

Description

buffer_time

int

r/w

the total buffer size in microseconds

caps

Gst.Caps

r/w

The caps that generated the Spec.

info

GstAudio.AudioInfo

r/w

the GstAudio.AudioInfo

latency_time

int

r/w

the latency in microseconds

seglatency

int

r/w

number of segments queued in the lower level device, defaults to segtotal

segsize

int

r/w

the size of one segment in bytes

segtotal

int

r/w

the total number of segments

type

GstAudio.AudioRingBufferFormatType

r/w

the sample type

Methods

None

Details

class GstAudio.AudioRingBufferSpec

The structure containing the format specification of the ringbuffer.