MPD
|
#include <mixer_api.h>
Data Fields | |
struct mixer_plugin * | plugin |
GMutex * | mutex |
This mutex protects all of the mixer struct, including its implementation, so plugins don't have to deal with that. | |
bool | open |
Is the mixer device currently open? | |
bool | failed |
Has this mixer failed, and should not be reopened automatically? | |
Definition at line 28 of file mixer_api.h.
bool mixer::failed |
Has this mixer failed, and should not be reopened automatically?
Definition at line 46 of file mixer_api.h.
GMutex* mixer::mutex |
This mutex protects all of the mixer struct, including its implementation, so plugins don't have to deal with that.
Definition at line 35 of file mixer_api.h.
bool mixer::open |
Is the mixer device currently open?
Definition at line 40 of file mixer_api.h.
struct mixer_plugin* mixer::plugin |
Definition at line 29 of file mixer_api.h.