Homepage
Demos
Overview
Downloads
Dev. Resources
Reference
Credits

Config::sound_config::streaming_config Struct Reference

#include <Config.h>

List of all members.


Detailed Description

audio streaming configuration

Definition at line 288 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 299 of file Config.h.


Member Data Documentation

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

port for streaming microphone samples

Definition at line 289 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 291 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 290 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 292 of file Config.h.

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

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

length of frame sent to the speaker (ms)

Definition at line 295 of file Config.h.

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

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

maximum delay (ms) during playback

Definition at line 296 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 294 of file Config.h.

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


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

Tekkotsu v2.4.1
Generated Tue Aug 16 16:34:59 2005 by Doxygen 1.4.4