Tekkotsu 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 299 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 310 of file Config.h.


Member Data Documentation

port for streaming microphone samples

Definition at line 300 of file Config.h.

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

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

Definition at line 302 of file Config.h.

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

sample rate from the microphone

Definition at line 301 of file Config.h.

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

whether to stream stereo or mono from the microphone

Definition at line 303 of file Config.h.

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

length of frame sent to the speaker (ms)

Definition at line 306 of file Config.h.

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

maximum delay (ms) during playback

Definition at line 307 of file Config.h.

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

port for streaming speaker samples

Definition at line 305 of file Config.h.

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


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

Tekkotsu v3.0
Generated Wed Oct 4 00:04:58 2006 by Doxygen 1.4.7