output/alsa: thread-safety documentation for attribute "active"
This commit is contained in:
parent
e2cf777538
commit
a6e5873443
|
@ -122,6 +122,9 @@ class AlsaOutput final
|
||||||
/**
|
/**
|
||||||
* After Open(), has this output been activated by a Play()
|
* After Open(), has this output been activated by a Play()
|
||||||
* command?
|
* command?
|
||||||
|
*
|
||||||
|
* This attribute is not thread-safe. It is only used by the
|
||||||
|
* client thread (the thread which calls AudioOutput public methods).
|
||||||
*/
|
*/
|
||||||
bool active;
|
bool active;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue