removed doxygen TODO items from pa_asio implementation. migrated them to new trac tasks: #103, #104, #105, #106, #107, #108, #109, #110, #111

This commit is contained in:
rossb 2011-02-01 12:52:14 +00:00
commit e286d2c10a
2 changed files with 22 additions and 45 deletions

View file

@ -65,7 +65,8 @@ extern "C"
@see ASIOGetBufferSize in the ASIO SDK.
@todo This function should have a better name, any suggestions?
@todo This function should be renamed to PaAsio_GetAvailableBufferSizes.
No reason to use a wildly different name from the ASIO version.
*/
PaError PaAsio_GetAvailableLatencyValues( PaDeviceIndex device,
long *minLatency, long *maxLatency, long *preferredLatency, long *granularity );