mixer Struct Reference

#include <mixer_api.h>

Data Fields

struct mixer_pluginplugin
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?

Detailed Description

Definition at line 28 of file mixer_api.h.


Field Documentation

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.

Is the mixer device currently open?

Definition at line 37 of file mixer_api.h.

Definition at line 26 of file mixer_api.h.


The documentation for this struct was generated from the following file:
Generated on Sun May 2 21:28:33 2010 for MPD by  doxygen 1.6.3