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 212 of file Config.h.

Public Member Functions

 streaming_config ()
 constructor

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
 length of frame sent to the speaker (ms)
unsigned int speaker_max_delay
 maximum delay (ms) during playback


Constructor & Destructor Documentation

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

constructor

Definition at line 223 of file Config.h.


Member Data Documentation

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

port for streaming microphone samples

Definition at line 213 of file Config.h.

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

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

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

Definition at line 215 of file Config.h.

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

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

sample rate from the microphone

Definition at line 214 of file Config.h.

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

bool Config::sound_config::streaming_config::mic_stereo
 

whether to stream stereo or mono from the microphone

Definition at line 216 of file Config.h.

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

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

length of frame sent to the speaker (ms)

Definition at line 219 of file Config.h.

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

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

maximum delay (ms) during playback

Definition at line 220 of file Config.h.

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

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

port for streaming speaker samples

Definition at line 218 of file Config.h.

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


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

Tekkotsu v2.2.2
Generated Tue Jan 4 15:45:22 2005 by Doxygen 1.4.0