]> Repos - portaudio/commit
renamed PaHostSoundControl to PaWMMEStreamData
authorrossb <rossb@0f58301d-fd10-0410-b4af-bbb618454e57>
Wed, 10 Apr 2002 18:18:36 +0000 (18:18 +0000)
committerrossb <rossb@0f58301d-fd10-0410-b4af-bbb618454e57>
Wed, 10 Apr 2002 18:18:36 +0000 (18:18 +0000)
commitc406a816c8746136d980b3b4addb59c57ecfbffa
treebfb7e23a3ed5cd567aff87967758983af9198487
parentbd907d6139c0f7f7633beda515e78a8d0452c593
renamed PaHostSoundControl to PaWMMEStreamData
removed pahsc_ from stream data fields
renamed pahsc to wmmeStreamData
renamed past to stream or internalStream (ad-hoc at this stage)
changed trace text in PaHost_BackgroundManager() to display correct function name
replaced / 1000.0 with * 0.001 in 2 places
consistentified pre-function comment formatting
added one line break after variable declarations in function bodies
added check for valid past_DeviceData to Pa_StreamTime()
added PaHost_GetStreamRepresentation, PaHost_GetWMMEStreamData and updated error checking code to use them
factored Pa_InitializeCpuUsageScalar into separate module
factored PaHost_AllocateWMMEStreamData/PaHost_FreeWMMEStreamData
pa_win_wmme/pa_win_wmme.c