Commit 7b2e3331 authored by Max Kellermann's avatar Max Kellermann

output/Filtered: improve API docs

parent 3cb44f66
...@@ -181,7 +181,8 @@ public: ...@@ -181,7 +181,8 @@ public:
void Disable() noexcept; void Disable() noexcept;
/** /**
* Invoke OutputPlugin::close(). * Close everything: the output (via CloseOutput()) and the
* software mixer (via CloseSoftwareMixer()).
* *
* Caller must not lock the mutex. * Caller must not lock the mutex.
*/ */
...@@ -200,7 +201,7 @@ public: ...@@ -200,7 +201,7 @@ public:
void OpenOutputAndConvert(AudioFormat audio_format); void OpenOutputAndConvert(AudioFormat audio_format);
/** /**
* Close the output plugin. * Invoke AudioOutput::Close(), but nothing else.
* *
* Mutex must not be locked. * Mutex must not be locked.
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment