Config::sound_config Struct Reference#include <Config.h>
List of all members.
Detailed Description
sound information
Definition at line 269 of file Config.h.
Constructor & Destructor Documentation
Config::sound_config::sound_config |
( |
Config * |
c |
) |
[inline] |
|
Config::sound_config::sound_config |
( |
const sound_config & |
|
) |
[private] |
|
Member Function Documentation
std::string Config::sound_config::makePath |
( |
const std::string & |
name |
) |
[inline] |
|
Member Data Documentation
|
pointer back to the containing config object
Definition at line 270 of file Config.h.
Referenced by makePath(). |
|
volume in decibels - the value is interpreted as a signed short, where 0 is full volume, 0x8000 is mute
Definition at line 272 of file Config.h.
Referenced by Config::setValue(). |
The documentation for this struct was generated from the following file:
|