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

The player calls this function to pause or resume decoding in the plug-in.

Parameters
Parameters 
Description 
medianame 
[in] string of filename or stream URL (encoding determined by version setting) 
flags 
[in] the following 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

The medianame parameter is a sanity check that the currently decoding media should match. In most cases the plug-in should also call OutputPause(flags) to pause the output plug-in. Passing the same flags parameter to OutputPause is important for proper operation.

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