Changeset 66

Show
Ignore:
Timestamp:
09/03/03 22:26:36 (5 years ago)
Author:
rossbencina
Message:

added channel description string queries

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pa_proposals/trunk/possibilities.html

    r63 r66  
    4747 
    4848 
     49<H4>Method for Retrieving Channel Description Strings</H4> 
     50 
     51<P> 
     52Some 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> 
     56const char *Pa_GetInputChannelDescriptionString( DeviceIndex device, int channel ); 
     57const char *Pa_GetOutputChannelDescriptionString( DeviceIndex device, int channel ); 
     58</PRE> 
     59 
    4960</BODY> 
    5061</HTML>