The plug-in can call this function to pause the output plug-in.
|
Parameters |
Description |
|
flags |
[in] the follow flags are defined: PAUSE_DISABLED: Pause call is to unpause playback PAUSE_ENABLED: Pause call is to pause playback |
|
Return Values |
Description |
|
0 |
command unsuccessful |
|
1 |
command successful |
Generally this is called when the player calls the plug-in’s Pause function. The plug-in should call OutputPause with the same flag passed to Pause.
|
Copyright (c) Quinnware 2007. All rights reserved.
|