|
AudioMixerProxy Class Reference
[Proxies]
#include <playerclient.h>
Inherits ClientProxy.
List of all members.
Detailed Description
The AudioMixerProxy class controls an audiomixer device.
Constructor & Destructor Documentation
AudioMixerProxy::AudioMixerProxy |
( |
PlayerClient * |
pc, |
|
|
unsigned short |
index, |
|
|
unsigned char |
access = 'c' |
|
) |
[inline] |
|
|
Constructor. Leave the access field empty to start unconnected. |
Member Function Documentation
int AudioMixerProxy::GetConfigure |
( |
|
) |
|
|
void AudioMixerProxy::FillData |
( |
player_msghdr_t |
hdr, |
|
|
const char * |
buffer |
|
) |
[virtual] |
|
|
All proxies must provide this method. It is used internally to parse new data when it is received.
Reimplemented from ClientProxy. |
int AudioMixerProxy::SetMaster |
( |
unsigned short |
left, |
|
|
unsigned short |
right |
|
) |
|
|
int AudioMixerProxy::SetPCM |
( |
unsigned short |
left, |
|
|
unsigned short |
right |
|
) |
|
|
int AudioMixerProxy::SetLine |
( |
unsigned short |
left, |
|
|
unsigned short |
right |
|
) |
|
|
int AudioMixerProxy::SetMic |
( |
unsigned short |
left, |
|
|
unsigned short |
right |
|
) |
|
|
int AudioMixerProxy::SetIGain |
( |
unsigned short |
gain |
) |
|
|
int AudioMixerProxy::SetOGain |
( |
unsigned short |
gain |
) |
|
|
void AudioMixerProxy::Print |
( |
|
) |
[virtual] |
|
|
All proxies SHOULD provide this method, which should print out, in a human-readable form, the device's current state.
Reimplemented from ClientProxy. |
Member Data Documentation
The documentation for this class was generated from the following file:
Generated on Tue May 3 14:15:47 2005 for Player by 1.3.6
|