underruns property

  1. @override
int get underruns
override

Frames of silence that the session gave the device because the feeder was too slow.

monowave shows this count and does not hide it, as it does for CaptureSession.dropped. If playback stutters, this count is the first item to examine. Silence past the end of the document is the end of the document and not a fault. That silence does not count here.

Implementation

@override
int get underruns => underrunCount;