Tekkotsu Homepage
Demos
Overview
Downloads
Dev. Resources
Reference
Credits

Config::sound_config::streaming_config Class Reference

audio streaming configuration More...

#include <Config.h>

Inheritance diagram for Config::sound_config::streaming_config:

Detailed Description

audio streaming configuration

Definition at line 651 of file Config.h.

List of all members.

Public Member Functions

 streaming_config ()
 constructor

Public Attributes

plist::Primitive< unsigned int > mic_port
 port for streaming microphone samples
plist::Primitive< unsigned int > mic_sample_rate
 sample rate from the microphone
plist::Primitive< unsigned int > mic_sample_bits
 sample bit depth from the microphone (either 8 or 16)
plist::Primitive< bool > mic_stereo
 whether to stream stereo or mono from the microphone
plist::Primitive< unsigned int > speaker_port
 port for streaming speaker samples
plist::Primitive< unsigned int > speaker_frame_length
 length of frame sent to the speaker (ms)
plist::Primitive< unsigned int > speaker_max_delay
 maximum delay (ms) during playback

Constructor & Destructor Documentation

Config::sound_config::streaming_config::streaming_config (  ) 

constructor

Definition at line 654 of file Config.h.


Member Data Documentation

port for streaming microphone samples

Definition at line 668 of file Config.h.

Referenced by streaming_config().

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

Definition at line 670 of file Config.h.

Referenced by streaming_config().

sample rate from the microphone

Definition at line 669 of file Config.h.

Referenced by streaming_config().

whether to stream stereo or mono from the microphone

Definition at line 671 of file Config.h.

Referenced by streaming_config().

length of frame sent to the speaker (ms)

Definition at line 674 of file Config.h.

Referenced by streaming_config().

maximum delay (ms) during playback

Definition at line 675 of file Config.h.

Referenced by streaming_config().

port for streaming speaker samples

Definition at line 673 of file Config.h.

Referenced by streaming_config().


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

Tekkotsu v5.1CVS
Generated Tue Jan 31 04:32:17 2012 by Doxygen 1.6.3