DVDResume

Syntax

#include <revolution/dvd.h>

void DVDResume(void);

Arguments

None.

Return Values

None.

Description

When the queue is in the pause state from a call to the DVDPause function, the DVDResume function requests the DVD device driver to resume processing commands in the queue. You can also call this function even if the device driver is not paused. In this case, DVDResume does nothing.

See Also

DVDPause

Revision History

2006/03/01 Initial version.


CONFIDENTIAL