player_audiomixer_cmd Struct Reference

#include <player.h>

List of all members.


Detailed Description

Command: set level.

The audiomixer interface accepts commands to set the left and right volume levels of various channels. The channel is determined by the subtype of the command: PLAYER_AUDIOMIXER_SET_MASTER for the master volume, PLAYER_AUDIOMIXER_SET_PCM for the PCM volume, PLAYER_AUDIOMIXER_SET_LINE for the line in volume, PLAYER_AUDIOMIXER_SET_MIC for the microphone volume, PLAYER_AUDIOMIXER_SET_IGAIN for the input gain, and PLAYER_AUDIOMIXER_SET_OGAIN for the output gain.


Public Attributes

uint32_t left
 Left level.
uint32_t right
 Right level.

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

Last updated 12 September 2005 21:38:45