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

The plug-in can call this function to stop the output plug-in.

Parameters
Parameters 
Description 
flags 
[in] the following flags are defined:
STOPFLAG_FORCESTOP: stop occurring due to user action (player will enter stopped state)
STOPFLAG_PLAYDONE: stop occurring due to current track completion
STOPFLAG_SHUTDOWN: stop occurring due to player shutdown
STOPFLAG_PLAYSKIP: stop occurring due to current track skip
STOPFLAG_ALLDONE: stop occurring due to playlist completion (player will enter stopped state) 
Return Values
Return Values 
Description 
command unsuccessful 
command successful 
Remarks

The player also calls this automatically whenever the plug-in has completed decoding, such as just before calling the PlayDone function. When the player calls the plug-in’s Stop function, it sends the same flags parameter to OutputStop that it sent to Stop.

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