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

The player calls this function to prepare the plug-in to render audio data.

Parameters
Parameters 
Description 
medianame 
[in] string of media currently decoding (encoding determined by version setting) 
wf 
[in] format of decoded audio to support 
Return Values
Return Values 
Description 
command unsuccessful 
command successful 
Remarks

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.

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