Service-side only: set the single consumer read serial for a backpressured playback ring.
| 95 | // Service-side only: set the single consumer read serial for a backpressured |
| 96 | // playback ring. |
| 97 | void SetNextRead(size_t serial) const |
| 98 | { |
| 99 | nextReadSerial_ = serial; |
| 100 | } |
| 101 | bool IsBackpressured() const |
| 102 | { |
| 103 | return backpressured_; |
no outgoing calls