Merge pull request #8878 from Kelebek1/remove_pause

Remove pause callbacks from coretiming
This commit is contained in:
bunnei 2022-09-15 13:50:13 -07:00 committed by GitHub
commit e85bda5f31
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 29 additions and 144 deletions

View file

@ -52,16 +52,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.
*