The player calls this function to prepare the plug-in to render audio data.
|
Parameters |
Description |
|
medianame |
[in] string of media currently decoding (encoding determined by version setting) |
|
wf |
[in] format of decoded audio to support |
|
Return Values |
Description |
|
0 |
command unsuccessful |
|
1 |
command successful |
The format of the audio will match the format specified by the wf parameter. The medianame parameter is to provide reference to the source media if needed.
Upon returning success, the module should expect audio data to arrive at the Write function until the Stop function is called.
|
Copyright (c) Quinnware 2007. All rights reserved.
|