Home Information Classes Download Usage Mail List Requirements Links FAQ Tutorial
The structure for specifying input or output stream parameters. More...
#include <RtAudio.h>
Public Attributes | |
unsigned int | deviceId {} |
unsigned int | nChannels {} |
unsigned int | firstChannel {} |
The structure for specifying input or output stream parameters.
unsigned int RtAudio::StreamParameters::deviceId {} |
Device id as provided by getDeviceIds().
unsigned int RtAudio::StreamParameters::nChannels {} |
Number of channels.
unsigned int RtAudio::StreamParameters::firstChannel {} |
First channel index on device (default = 0).
The Synthesis ToolKit in C++ (STK) |
©1995--2023 Perry R. Cook and Gary P. Scavone. All Rights Reserved. |