#include <RtAudio.h>
|
| enum | { FAILURE,
SUCCESS
} |
| |
| enum | StreamState { STREAM_STOPPED,
STREAM_STOPPING,
STREAM_RUNNING,
STREAM_CLOSED = -50
} |
| |
| enum | StreamMode { OUTPUT,
INPUT,
DUPLEX,
UNINITIALIZED = -75
} |
| |
| typedef signed short | Int16 |
| |
| typedef signed int | Int32 |
| |
| typedef float | Float32 |
| |
| typedef double | Float64 |
| |
| void | tickStreamTime (void) |
| | A protected function used to increment the stream time. More...
|
| |
| void | clearStreamInfo () |
| | Protected common method to clear an RtApiStream structure. More...
|
| |
| void | verifyStream (void) |
| |
| void | error (RtError::Type type) |
| | Protected common error method to allow global control over error handling. More...
|
| |
| void | convertBuffer (char *outBuffer, char *inBuffer, ConvertInfo &info) |
| |
| void | byteSwapBuffer (char *buffer, unsigned int samples, RtAudioFormat format) |
| | Protected common method used to perform byte-swapping on buffers. More...
|
| |
| unsigned int | formatBytes (RtAudioFormat format) |
| | Protected common method that returns the number of bytes for a given format. More...
|
| |
| void | setConvertInfo (StreamMode mode, unsigned int firstChannel) |
| | Protected common method that sets up the parameters for buffer conversion. More...
|
| |
| std::ostringstream | errorStream_ |
| |
| std::string | errorText_ |
| |
| bool | showWarnings_ |
| |
| RtApiStream | stream_ |
| |
| static const unsigned int | MAX_SAMPLE_RATES = 14 |
| |
| static const unsigned int | SAMPLE_RATES [] |
| |
◆ RtApiDummy()
| RtApiDummy::RtApiDummy |
( |
| ) |
|
|
inline |
◆ abortStream()
| void RtApiDummy::abortStream |
( |
void |
| ) |
|
|
inlinevirtual |
◆ closeStream()
| void RtApiDummy::closeStream |
( |
void |
| ) |
|
|
inlinevirtual |
Reimplemented from RtApi.
◆ getCurrentApi()
◆ getDeviceCount()
| unsigned int RtApiDummy::getDeviceCount |
( |
void |
| ) |
|
|
inlinevirtual |
◆ getDeviceInfo()
◆ startStream()
| void RtApiDummy::startStream |
( |
void |
| ) |
|
|
inlinevirtual |
◆ stopStream()
| void RtApiDummy::stopStream |
( |
void |
| ) |
|
|
inlinevirtual |
The documentation for this class was generated from the following file: