diff options
| author | Kelebek1 <eeeedddccc@hotmail.co.uk> | 2022-09-10 21:14:03 +0100 |
|---|---|---|
| committer | Kelebek1 <eeeedddccc@hotmail.co.uk> | 2022-09-13 13:20:35 +0100 |
| commit | e93e898df528d013e2e0cfeba22e2b6d76bf99b6 (patch) | |
| tree | ab921a035ce71311c126a1af7cb2bbcbfef6d024 /src/audio_core/sink/sink.h | |
| parent | cd4b9bffb2d42b1f8d4386b251a35344891df55a (diff) | |
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 43d99b62e..61e3d80cc 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. * |
