Show
Ignore:
Timestamp:
10/20/02 21:31:02 (6 years ago)
Author:
rossbencina
Message:

- added that Pa_GetStreamTime() is not just a renaming of Pa_StreamTime()

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pa_proposals/trunk/011-RenameExistingSymbolsForConsistency.html

    r4 r43  
    4040<pre> 
    4141Pa_StreamActive() -> Pa_IsStreamActive() 
    42 Pa_StreamTime() -> Pa_GetStreamTime() 
    4342Pa_GetCPULoad() -> Pa_GetStreamCpuLoad() 
    4443</pre> 
    4544 
    4645<p> 
    47 Note that CPU becomes Cpu, the convention of only capitalising the first letter of an acronym has been adopted in other proposals too.</p> 
     46Note that CPU becomes Cpu, the convention of only capitalising the first letter of an acronym has been adopted in other proposals too. 
     47</p> 
     48 
     49<P> 
     50Although a function Pa_GetStreamTime() exists in the new API, this function provides different functionality to the old Pa_StreamTime() function and is not simply a renaming. </P> 
     51 
     52 
     53 
    4854 
    4955<p>Rename device identifier types and functions as follows:</p> 
     
    6369 
    6470<P> 
    65 This proposal improves the consistency of the naming scheme making the API easier to learn and remember. All clients which currently call Pa_GetCPULoad(), Pa_StreamTime(), Pa_StreamActive(), Pa_GetDefaultInputDeviceID(), or Pa_GetDefaultOutputDeviceID() will need to alter their code by renaming the function call. Clients who explicitly check for the paInvalidDeviceId error code, or use the PaDeviceID type will have to edit the spelling of these identifiers. 
     71This proposal improves the consistency of the naming scheme making the API easier to learn and remember. All clients which currently call Pa_GetCPULoad(), Pa_StreamActive(), Pa_GetDefaultInputDeviceID(), or Pa_GetDefaultOutputDeviceID() will need to alter their code by renaming the function call. Clients who explicitly check for the paInvalidDeviceId error code, or use the PaDeviceID type will have to edit the spelling of these identifiers. 
    6672</P> 
    6773 
     
    7177</BODY> 
    7278</HTML> 
     79