Audacity 3.2.0
Public Attributes | List of all members
PlaybackPolicy::BufferTimes Struct Reference

Times are in seconds. More...

#include <PlaybackSchedule.h>

Public Attributes

Duration batchSize
 Try to put at least this much into the ring buffer in each pass. More...
 
Duration latency
 Try not to let ring buffer contents fall below this. More...
 
Duration ringBufferDelay
 Length of ring buffer. More...
 

Detailed Description

Times are in seconds.

Definition at line 89 of file PlaybackSchedule.h.

Member Data Documentation

◆ batchSize

Duration PlaybackPolicy::BufferTimes::batchSize

Try to put at least this much into the ring buffer in each pass.

Definition at line 90 of file PlaybackSchedule.h.

◆ latency

Duration PlaybackPolicy::BufferTimes::latency

Try not to let ring buffer contents fall below this.

Definition at line 91 of file PlaybackSchedule.h.

◆ ringBufferDelay

Duration PlaybackPolicy::BufferTimes::ringBufferDelay

Length of ring buffer.

Definition at line 92 of file PlaybackSchedule.h.


The documentation for this struct was generated from the following file: