Public Types
- enum { ioRead=1, ioWrite=2, ioExcept=4 };
}
Public Methods
Public Static Methods
- static AudioSubSystem * the ()
enum { ioRead=1, ioWrite=2, ioExcept=4 };
}
|
[static]
bool attachProducer (ASProducer *producer)
|
bool attachConsumer (ASConsumer *consumer)
|
void audioIO (const std::string& audioIO)
|
void deviceName (const std::string& deviceName)
|
std::string deviceName ()
|
void fragmentSize (int size)
|
void fragmentCount (int fragments)
|
void samplingRate (int samplingrate)
|
void channels (int channels)
|
void fullDuplex (bool newFullDuplex)
|
void read (void *buffer, int size)
|
void write (void *buffer, int size)
|
returns true as long as the audio subsystem is opened and active (that
is, between successful opening, with attaching producer, and the first
detachConsumer/detachProducer)
Generated by: stefan@stefan on Sat Feb 24 19:11:23 2001, using kdoc 2.0a47. |