output/Filtered: improve API docs
This commit is contained in:
parent
3cb44f6652
commit
7b2e3331f2
@ -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:
|
|||||||
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.
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user