The plug-in needs to call this function to prepare the output plug-in prior to receiving the audio data.
|
Parameters |
Description |
|
medianame |
[in] string of media being decoded (encoding determined by version setting) |
|
wf |
[in] format of decoded audio output is to support |
|
Return Values |
Description |
|
0 |
output plug-in open unsuccessful |
|
1 |
output plug-in open successful |
The format of the audio must be accurately described in the wf parameter. If the OutputOpen does not return 1 to indicate success, the plug-in must cancel decoding and call PlayDone to play the next track, or PlayStopped to stop playback.
|
Copyright (c) Quinnware 2007. All rights reserved.
|