| | 49 | <H4>Method for Retrieving Channel Description Strings</H4> |
| | 50 | |
| | 51 | <P> |
| | 52 | Some host APIs (ASIO and CoreAudio) provide text strings describing each channel of a device. This information is especially useful for multichannel devices where the client may wish to display each device name to the user. The following new API calls have been proposed, these functions would return NULL if no string was available. |
| | 53 | </P> |
| | 54 | |
| | 55 | <PRE> |
| | 56 | const char *Pa_GetInputChannelDescriptionString( DeviceIndex device, int channel ); |
| | 57 | const char *Pa_GetOutputChannelDescriptionString( DeviceIndex device, int channel ); |
| | 58 | </PRE> |
| | 59 | |