Homepage Demos Overview Downloads Tutorials Reference
Credits

Config::sound_config::streaming_config Struct Reference

#include <Config.h>

List of all members.


Detailed Description

audio streaming configuration

Definition at line 199 of file Config.h.

Public Member Functions

 streaming_config ()

Public Attributes

unsigned int mic_port
 port for streaming microphone samples
unsigned int mic_sample_rate
 sample rate from the microphone
unsigned int mic_sample_bits
 sample bit depth from the microphone (either 8 or 16)
bool mic_stereo
 whether to stream stereo or mono from the microphone
unsigned int speaker_port
 port for streaming speaker samples
unsigned int speaker_frame_length
unsigned int speaker_max_delay


Constructor & Destructor Documentation

Config::sound_config::streaming_config::streaming_config  )  [inline]
 

Definition at line 209 of file Config.h.


Member Data Documentation

unsigned int Config::sound_config::streaming_config::mic_port
 

port for streaming microphone samples

Definition at line 200 of file Config.h.

Referenced by MicrophoneServer::DoStart(), and Config::setValue().

unsigned int Config::sound_config::streaming_config::mic_sample_bits
 

sample bit depth from the microphone (either 8 or 16)

Definition at line 202 of file Config.h.

Referenced by MicrophoneServer::processEvent(), and Config::setValue().

unsigned int Config::sound_config::streaming_config::mic_sample_rate
 

sample rate from the microphone

Definition at line 201 of file Config.h.

Referenced by MicrophoneServer::processEvent(), and Config::setValue().

bool Config::sound_config::streaming_config::mic_stereo
 

whether to stream stereo or mono from the microphone

Definition at line 203 of file Config.h.

Referenced by MicrophoneServer::processEvent(), and Config::setValue().

unsigned int Config::sound_config::streaming_config::speaker_frame_length
 

Definition at line 206 of file Config.h.

Referenced by SpeakerServer::AddPacket(), and Config::setValue().

unsigned int Config::sound_config::streaming_config::speaker_max_delay
 

Definition at line 207 of file Config.h.

Referenced by SpeakerServer::QueueFrame(), and Config::setValue().

unsigned int Config::sound_config::streaming_config::speaker_port
 

port for streaming speaker samples

Definition at line 205 of file Config.h.

Referenced by SpeakerServer::DoStart(), and Config::setValue().


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

Tekkotsu v2.2.1
Generated Tue Nov 23 16:37:44 2004 by Doxygen 1.3.9.1