#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 43 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 32 of file mixer_api.h.
bool mixer::open |
Is the mixer device currently open?
Definition at line 37 of file mixer_api.h.
struct mixer_plugin* mixer::plugin |
Definition at line 26 of file mixer_api.h.