DVDPause

Syntax

#include <revolution/dvd.h>

void DVDPause(void);

Arguments

None.

Return Values

None.

Description

The DVDPause function communicates to the DVD device driver not to proceed to the next request in the queue after the current process completes. To request the device driver to resume, call the DVDResume function.

You can call the DVDPause function even when the DVD command queue is empty. The device driver enters into the pause state; even if a DVD command is issued, it will not be processed until the DVDResume function is issued.

Note that the DVDPause function does not stop the request that is being processed.

See Also

DVDResume

Revision History

2006/03/01 Initial version.


CONFIDENTIAL