Tekkotsu Homepage
Demos
Overview
Downloads
Dev. Resources
Reference
Credits

Config::sound_config::streaming_config Class Reference

#include <Config.h>

Inheritance diagram for Config::sound_config::streaming_config:

List of all members.


Detailed Description

audio streaming configuration

Definition at line 644 of file Config.h.


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 (  )  [inline]

constructor

Definition at line 647 of file Config.h.


Member Data Documentation

port for streaming microphone samples

Definition at line 661 of file Config.h.

Referenced by MicrophoneServer::DoStart().

sample rate from the microphone

Definition at line 662 of file Config.h.

Referenced by MicrophoneServer::processEvent().

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

Definition at line 663 of file Config.h.

Referenced by MicrophoneServer::processEvent().

whether to stream stereo or mono from the microphone

Definition at line 664 of file Config.h.

Referenced by MicrophoneServer::processEvent().

port for streaming speaker samples

Definition at line 666 of file Config.h.

Referenced by SpeakerServer::DoStart().

length of frame sent to the speaker (ms)

Definition at line 667 of file Config.h.

Referenced by SpeakerServer::AddPacket().

maximum delay (ms) during playback

Definition at line 668 of file Config.h.

Referenced by SpeakerServer::QueueFrame().


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

Tekkotsu v4.0
Generated Thu Nov 22 00:58:13 2007 by Doxygen 1.5.4