kaudiorecordstream.h
54 KAudioRecordStream( KArtsServer * server, const TQString & title, TQObject * parent = 0, const char * name = 0 );
KArtsServer is a wrapper to conveniently get a reference to a SoundServer, and restart artsd when nec...
Definition kartsserver.h:38
void setBlockingIO(bool)
If you set blockingIO to true the read method will wait until it has enough data to return exactly wh...
Definition kaudiorecordstream.cpp:127
void stop()
Detaches the stream from the soundserver but doesn't remove the Synth_AMAN_RECORD so that the entry i...
Definition kaudiorecordstream.cpp:159
void usePolling(bool)
If you want to poll for data using read() set this to true.
Definition kaudiorecordstream.cpp:137
Arts::StereoEffectStack effectStack() const
Definition kaudiorecordstream.cpp:149
KAudioRecordStream(KArtsServer *server, const TQString &title, TQObject *parent=0, const char *name=0)
Construct a KAudioRecordStream.
Definition kaudiorecordstream.cpp:57
void start(int samplingRate, int bits, int channels)
Attach to the soundserver and start getting data to read.
Definition kaudiorecordstream.cpp:178
kndbgstream & flush(kndbgstream &s)
Trinity API Reference