See Also
You are here: Player Plug-ins > Definitions > Playback Plug-ins > QCDModInitPlay2 > QCDModInitPlay2::toPlayer > ProcessData
QMP Developer Reference Guide
ContentsIndexHome
PreviousUpNext
ProcessData

The plug-in calls this function to send audio data back to the player just as the audio is rendered.

Parameters
Parameters 
Description 
writeData 
[in] audio data that has just been rendered 
Return Values
Return Values 
Description 
void 
no return value 
Remarks

As the playback module renders data, it must resend that same data back to the player for visualization processing. It needs to populate a writeData structure with all necessary information about the audio being sent. The marker values do not need to accompany this data. The data does not need to be sent in the same sizes as sent to Write.

See Also
Copyright (c) Quinnware 2007. All rights reserved.