pa_mac_core_blocking: Fix timeout.
Change alignment of comment.
This commit is contained in:
parent
0bc7cf9465
commit
a38df79293
5 changed files with 28 additions and 17 deletions
|
|
@ -1149,9 +1149,9 @@ PaError Pa_ReadStream( PaStream* stream,
|
|||
will want to match this parameter to the framesPerBuffer parameter used
|
||||
when opening the stream.
|
||||
|
||||
@return On success PaNoError will be returned,
|
||||
or paOutputUnderflowed if additional output data was inserted after the
|
||||
previous call and before this call.
|
||||
@return On success PaNoError will be returned, or paOutputUnderflowed if
|
||||
additional output data was inserted after the previous call and before this
|
||||
call.
|
||||
*/
|
||||
PaError Pa_WriteStream( PaStream* stream,
|
||||
const void *buffer,
|
||||
|
|
|
|||
Loading…
Reference in a new issue