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

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

Parameters
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
Return Values 
Description 
command unsuccessful 
command successful 
Remarks

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.

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