buffered property
Duration
get
buffered
How much audio is buffered ahead: the margin against a stall.
Implementation
Duration get buffered => _sink.buffered;
How much audio is buffered ahead: the margin against a stall.
Duration get buffered => _sink.buffered;