output/Filtered: improve API docs

This commit is contained in:
Max Kellermann 2021-10-22 19:53:47 +02:00
parent 3cb44f6652
commit 7b2e3331f2

View File

@ -181,7 +181,8 @@ public:
void Disable() noexcept;
/**
* Invoke OutputPlugin::close().
* Close everything: the output (via CloseOutput()) and the
* software mixer (via CloseSoftwareMixer()).
*
* Caller must not lock the mutex.
*/
@ -200,7 +201,7 @@ public:
void OpenOutputAndConvert(AudioFormat audio_format);
/**
* Close the output plugin.
* Invoke AudioOutput::Close(), but nothing else.
*
* Mutex must not be locked.
*/