Changeset 52

Show
Ignore:
Timestamp:
10/21/02 03:36:56 (6 years ago)
Author:
rossbencina
Message:

remove PortAudioStream? (now PaStream?)

Files:
1 modified

Legend:

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

    r43 r52  
    3535 
    3636<H4>Proposal</H4> 
     37 
     38<p>Originally the basic stream type was PortAudioStream and there was a #define to make PaStream equivalent. The basic stream type will be renamed PaStream and PortAudioStream will no longer be defined.</p> 
     39<pre> 
     40PortAudioStream -> PaStream 
     41</pre> 
    3742 
    3843<p>Rename the stream accessor functions as follows:</p>