Audacity 3.2.0
|
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... | |
Times are in seconds.
Definition at line 89 of file PlaybackSchedule.h.
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.
Duration PlaybackPolicy::BufferTimes::latency |
Try not to let ring buffer contents fall below this.
Definition at line 91 of file PlaybackSchedule.h.
Duration PlaybackPolicy::BufferTimes::ringBufferDelay |
Length of ring buffer.
Definition at line 92 of file PlaybackSchedule.h.