Show
Ignore:
Timestamp:
10/13/02 14:48:46 (6 years ago)
Author:
rossbencina
Message:

renamed latency parameter to suggestedLatency

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pa_proposals/trunk/016-UseStructsForOpenStreamParameters.html

    r25 r31  
    4141     int numChannels; 
    4242     PaSampleFormat sampleFormat; 
    43      PaTime latency; 
     43     PaTime suggestedLatency; 
    4444     void *hostApiSpecificStreamInfo; 
    4545}PaStreamParameters; 
     
    9696inputParameters.numChannels = 2; 
    9797inputParameters.sampleFormat = paFloat32; 
    98 inputParameters.latency = Pa_GetDefaultLowInputLatency( inputParameters.device ); 
     98inputParameters.suggestedlatency = Pa_GetDefaultLowInputLatency( inputParameters.device ); 
    9999inputParameters.hostApiSpecificStreamInfo = NULL; 
    100100</PRE>