DVDPause

C Specification

#include <revolution/dvd.h>
void DVDPause(void);

Arguments

None.

Return Values

None.

Description

The DVDPause function tells the DVD device driver to not process the next request in the queue after the request being processed completes. To resume the device driver, call the DVDResume function.

When the DVD command queue is empty, you can call the DVDPause function. The device driver goes into the pause state and newly issued DVD commands won't be processed until the DVDResume function is issued.

Note that the DVDPause function doesn't stop the request being processed.

See Also

DVDResume

Revision History

03/01/2006 Initial version.