See Also
You are here: Player Plug-ins > Definitions > Input Plug-ins > QCDModInitIn > QCDModInitIn::toPlayer > OutputOpen
QMP Developer Reference Guide
ContentsIndexHome
PreviousUpNext
OutputOpen

The plug-in needs to call this function to prepare the output plug-in prior to receiving the audio data.

Parameters
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
Return Values 
Description 
output plug-in open unsuccessful 
output plug-in open successful 
Remarks

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.

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