The plug-in calls this function to send audio data back to the player just as the audio is rendered.
|
Parameters |
Description |
|
writeData |
[in] audio data that has just been rendered |
|
Return Values |
Description |
|
void |
no return value |
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.
|
Copyright (c) Quinnware 2007. All rights reserved.
|