Tutorial   Class/Enum List   File List   Compound Members  

RtAudio::RTAUDIO_DEVICE Struct Reference

#include <RtAudio.h>

List of all members.

Public Attributes

char name [128]
DEVICE_ID id [2]
bool probed
int maxOutputChannels
int maxInputChannels
int maxDuplexChannels
int minOutputChannels
int minInputChannels
int minDuplexChannels
bool hasDuplexSupport
int nSampleRates
int sampleRates [MAX_SAMPLE_RATES]
RTAUDIO_FORMAT nativeFormats


Member Data Documentation

char RtAudio::RTAUDIO_DEVICE::name
 

DEVICE_ID RtAudio::RTAUDIO_DEVICE::id
 

No value reported by getDeviceInfo().

bool RtAudio::RTAUDIO_DEVICE::probed
 

true if the device capabilities were successfully probed.

int RtAudio::RTAUDIO_DEVICE::maxOutputChannels
 

int RtAudio::RTAUDIO_DEVICE::maxInputChannels
 

int RtAudio::RTAUDIO_DEVICE::maxDuplexChannels
 

int RtAudio::RTAUDIO_DEVICE::minOutputChannels
 

int RtAudio::RTAUDIO_DEVICE::minInputChannels
 

int RtAudio::RTAUDIO_DEVICE::minDuplexChannels
 

bool RtAudio::RTAUDIO_DEVICE::hasDuplexSupport
 

true if device supports duplex mode.

int RtAudio::RTAUDIO_DEVICE::nSampleRates
 

Number of discrete rates or -1 if range supported.

int RtAudio::RTAUDIO_DEVICE::sampleRates
 

Supported rates or (min, max) if range.

RTAUDIO_FORMAT RtAudio::RTAUDIO_DEVICE::nativeFormats
 

Bit mask of supported data formats.


The documentation for this struct was generated from the following file:
©2001-2002 CCRMA, Stanford University. All Rights Reserved.
Maintained by Gary P. Scavone, gary@ccrma.stanford.edu