Pd++  0.01
A pure C++ implementation of Pure Data objects
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
Public Attributes | List of all members
PaDeviceInfo Struct Reference

#include <portaudio.h>

Public Attributes

int structVersion
 
const char * name
 
PaHostApiIndex hostApi
 
int maxInputChannels
 
int maxOutputChannels
 
PaTime defaultLowInputLatency
 
PaTime defaultLowOutputLatency
 
PaTime defaultHighInputLatency
 
PaTime defaultHighOutputLatency
 
double defaultSampleRate
 

Detailed Description

A structure providing information and capabilities of PortAudio devices. Devices may support input, output or both input and output.

Member Data Documentation

PaTime PaDeviceInfo::defaultHighInputLatency

Default latency values for robust non-interactive applications (eg. playing sound files).

PaTime PaDeviceInfo::defaultLowInputLatency

Default latency values for interactive performance.

PaHostApiIndex PaDeviceInfo::hostApi

note this is a host API index, not a type id


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