document that initialization order does not predictably determine host api indexes
This commit is contained in:
parent
196f025981
commit
a3d9f6cd3c
1 changed files with 3 additions and 1 deletions
|
|
@ -293,9 +293,11 @@ typedef enum PaHostApiTypeId
|
|||
hostApiTypeIds parameter is not available.
|
||||
|
||||
The paInvalidHostApi error indicates that there was a problem with the
|
||||
hostApiTypes array. E.g. it contained duplicate entries.
|
||||
hostApiTypes array. E.g. it contained invalid or duplicate entries.
|
||||
|
||||
@note The host API initialization order determines default devices.
|
||||
There is no predictable relationship between the order that host APIs appear
|
||||
in hostApiTypes, and their hostApiIndexes assigned by Pa_Initialize().
|
||||
|
||||
@see PaHostApiTypeId
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue