Home   Information   Classes   Download   Usage   Mail List   Requirements   Links   FAQ   Tutorial


RtAudio::StreamParameters Struct Reference

The structure for specifying input or output stream parameters. More...

#include <RtAudio.h>

Public Attributes

unsigned int deviceId {}
unsigned int nChannels {}
unsigned int firstChannel {}

Detailed Description

The structure for specifying input or output stream parameters.

Member Data Documentation

◆ deviceId

unsigned int RtAudio::StreamParameters::deviceId {}

Device index (0 to getDeviceCount() - 1).

314{};

◆ nChannels

unsigned int RtAudio::StreamParameters::nChannels {}

Number of channels.

315{};

◆ firstChannel

unsigned int RtAudio::StreamParameters::firstChannel {}

First channel index on device (default = 0).

316{};

The documentation for this struct was generated from the following file:

The Synthesis ToolKit in C++ (STK)
©1995--2021 Perry R. Cook and Gary P. Scavone. All Rights Reserved.