diff options
| author | bunnei <bunneidev@gmail.com> | 2022-09-15 13:50:13 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-15 13:50:13 -0700 |
| commit | e85bda5f31763359b69fbcad5c121995e1ad7074 (patch) | |
| tree | cd9e85c7fabb334f2d19c20e3eb36c22e1883a21 /src/audio_core/sink/sink.h | |
| parent | b5a06bc419a4baf21e22f69c4b6e61e0d2137e5b (diff) | |
| parent | e93e898df528d013e2e0cfeba22e2b6d76bf99b6 (diff) | |
Merge pull request #8878 from Kelebek1/remove_pause
Remove pause callbacks from coretiming
Diffstat (limited to 'src/audio_core/sink/sink.h')
| -rw-r--r-- | src/audio_core/sink/sink.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/audio_core/sink/sink.h b/src/audio_core/sink/sink.h index b3f65792d..f28c6d126 100644 --- a/src/audio_core/sink/sink.h +++ b/src/audio_core/sink/sink.h @@ -40,16 +40,6 @@ public: virtual void CloseStreams() = 0; /** - * Pause all streams. - */ - virtual void PauseStreams() = 0; - - /** - * Unpause all streams. - */ - virtual void UnpauseStreams() = 0; - - /** * Create a new sink stream, kept within this sink, with a pointer returned for use. * Do not free the returned pointer. When done with the stream, call CloseStream on the sink. * |
