The plug-in can call this function to stop the output plug-in.
|
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 |
Description |
|
0 |
command unsuccessful |
|
1 |
command successful |
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.
|
Copyright (c) Quinnware 2007. All rights reserved.
|