MPD
Data Fields
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

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.


The documentation for this struct was generated from the following file: