#include <PAIO.h>
Public Member Functions | |
| PADevice (string name, unsigned index, unsigned maxIn, unsigned maxOut, bool isIn, bool isOut) | |
| Verbose constructor. | |
Public Attributes | |
| string | mName |
| public members my PA name | |
| unsigned | mIndex |
| index a la PA's tables | |
| unsigned | mMaxInputChannels |
| # HW ins | |
| unsigned | mMaxOutputChannels |
| # HW outs | |
| vector< float > | mFrameRates |
| the vector of frame rates I support | |
| bool | mIsDefaultIn |
| am i the default in? | |
| bool | mIsDefaultOut |
| am i the default out? | |
|
||||||||||||||||||||||||||||
|
Verbose constructor.
|
|
|
public members my PA name
|
|
|
index a la PA's tables
|
|
|
# HW ins
|
|
|
# HW outs
|
|
|
the vector of frame rates I support
|
|
|
am i the default in?
|
|
|
am i the default out?
|
1.4.5-20051010