Home   Information   Classes   Download   Usage   Mail List   Requirements   Links   FAQ   Tutorial


RtAudioDeviceInfo Struct Reference

#include <RtAudio.h>

List of all members.


Detailed Description

The public device information structure for returning queried values.


Public Attributes

std::string name
bool probed
int outputChannels
int inputChannels
int duplexChannels
bool isDefault
std::vector< int > sampleRates
RtAudioFormat nativeFormats


Member Data Documentation

std::string RtAudioDeviceInfo::name
 

Character string device identifier.

bool RtAudioDeviceInfo::probed
 

true if the device capabilities were successfully probed.

int RtAudioDeviceInfo::outputChannels
 

Maximum output channels supported by device.

int RtAudioDeviceInfo::inputChannels
 

Maximum input channels supported by device.

int RtAudioDeviceInfo::duplexChannels
 

Maximum simultaneous input/output channels supported by device.

bool RtAudioDeviceInfo::isDefault
 

true if this is the default output or input device.

std::vector<int> RtAudioDeviceInfo::sampleRates
 

Supported sample rates (queried from list of standard rates).

RtAudioFormat RtAudioDeviceInfo::nativeFormats
 

Bit mask of supported data formats.


The documentation for this struct was generated from the following file:
The Synthesis ToolKit in C++ (STK)
©1995-2007 Perry R. Cook and Gary P. Scavone. All Rights Reserved.