JackTrip
|
The structure for specifying input or ouput stream parameters. More...
#include <RtAudio.h>
Public Member Functions | |
StreamParameters () | |
Public Attributes | |
unsigned int | deviceId |
unsigned int | nChannels |
unsigned int | firstChannel |
The structure for specifying input or ouput stream parameters.
|
inline |
unsigned int RtAudio::StreamParameters::deviceId |
Device index (0 to getDeviceCount() - 1).
unsigned int RtAudio::StreamParameters::firstChannel |
First channel index on device (default = 0).
unsigned int RtAudio::StreamParameters::nChannels |
Number of channels.