The player calls this function to pause or resume decoding in the plug-in.
|
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 |
Description |
|
0 |
command unsuccessful |
|
1 |
command successful |
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.
|
Copyright (c) Quinnware 2007. All rights reserved.
|