summaryrefslogtreecommitdiffstats
path: root/src/audio_core/sink/cubeb_sink.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2022-09-15 22:50:13 +0200
committerGitHub <noreply@github.com>2022-09-15 22:50:13 +0200
commite85bda5f31763359b69fbcad5c121995e1ad7074 (patch)
treecd9e85c7fabb334f2d19c20e3eb36c22e1883a21 /src/audio_core/sink/cubeb_sink.h
parentMerge pull request #8902 from Morph1984/new_sd_icons (diff)
parentRemove pause callbacks from coretiming (diff)
downloadyuzu-e85bda5f31763359b69fbcad5c121995e1ad7074.tar
yuzu-e85bda5f31763359b69fbcad5c121995e1ad7074.tar.gz
yuzu-e85bda5f31763359b69fbcad5c121995e1ad7074.tar.bz2
yuzu-e85bda5f31763359b69fbcad5c121995e1ad7074.tar.lz
yuzu-e85bda5f31763359b69fbcad5c121995e1ad7074.tar.xz
yuzu-e85bda5f31763359b69fbcad5c121995e1ad7074.tar.zst
yuzu-e85bda5f31763359b69fbcad5c121995e1ad7074.zip
Diffstat (limited to 'src/audio_core/sink/cubeb_sink.h')
-rw-r--r--src/audio_core/sink/cubeb_sink.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/audio_core/sink/cubeb_sink.h b/src/audio_core/sink/cubeb_sink.h
index a450a3343..4b0cb160d 100644
--- a/src/audio_core/sink/cubeb_sink.h
+++ b/src/audio_core/sink/cubeb_sink.h
@@ -53,16 +53,6 @@ public:
void CloseStreams() override;
/**
- * Pause all streams.
- */
- void PauseStreams() override;
-
- /**
- * Unpause all streams.
- */
- void UnpauseStreams() override;
-
- /**
* Get the device volume. Set from calls to the IAudioDevice service.
*
* @return Volume of the device.