DVDSeekDir

Syntax

#include <revolution/dvd.h>

void DVDSeekDir(DVDDir* dir, u32 loc);

Arguments

dir Directory structure.
loc Location to set.

Return Values

None.

Description

The DVDSeekDir function sets the position of the next DVDReadDir process in the directory structure. When the DVDTellDir function is executed, the new position reverts to that associated with the directory structure.

The assumption is that this function will be used in combination with the DVDTellDir function. Use the DVDTellDir function to save the current location and then later use the DVDSeekDir function to return to that location.

See Also

DVDTellDir, DVDReadDir

Revision History

2006/03/01 Initial version.


CONFIDENTIAL