audiomixer
[Interface specifications]
Detailed Description
Sound level control.
The audiomixer interface is used to control sound levels.
| #define | PLAYER_AUDIOMIXER_SET_MASTER 1 |
| Command subtype: set master level. | |
| #define | PLAYER_AUDIOMIXER_SET_PCM 2 |
| Command subtype: set PCM level. | |
| #define | PLAYER_AUDIOMIXER_SET_LINE 3 |
| Command subtype: set line in level. | |
| #define | PLAYER_AUDIOMIXER_SET_MIC 4 |
| Command subtype: set microphone level. | |
| #define | PLAYER_AUDIOMIXER_SET_IGAIN 5 |
| Command subtype: set input gain level. | |
| #define | PLAYER_AUDIOMIXER_SET_OGAIN 6 |
| Command subtype: set output gain level. | |
| #define | PLAYER_AUDIOMIXER_GET_LEVELS 1 |
| Request/reply subtype: get levels. | |
|
typedef struct player_audiomixer_cmd | player_audiomixer_cmd_t |
| Command subtype: set master level. | |
|
typedef struct player_audiomixer_config | player_audiomixer_config_t |
| Command subtype: set master level. |
