early-access version 2947

This commit is contained in:
pineappleEA
2022-09-12 23:41:59 +02:00
parent 0281449da2
commit be5f850e61
15 changed files with 28 additions and 141 deletions
-10
View File
@@ -39,16 +39,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.