libVX fromFileStereo Sample Demo


Location

libVX/build/demos/libVX/fromFileStereo

Compile Method

Move to the libVX/build/demos/libVX/fromFileStereo directory and open fromFileStereo.mcp with CodeWarrior to compile it. The generated executable files (.nef and *.srl files) will be generated in libVX/build/demos/libVX/fromFileStereo/bin/platform/target/. For example, for a Release target, the path might be:

libVX/build/demos/libVX/fromFileStereo/bin/ARM9-TS/Release/

Execution

Execute the compiled program from within CodeWarrior environment.

Description

Plays a simple VX movie from a file with a stereo soundtrack on the upper screen.
You can pause/resume video playback by using START button.
You can stop video playback by using B button.
You can restart video playback by using A button.
You can select loop disable/enable by using SELECT button.
LCD power is off/on when DS cover is closed/opened.

Operating Environment

We have confirmed normal operation for all of the samples using the IS-NITRO-EMULATOR.

See Also

libVX Library API Functions

Revision history

02/15/2006 Added description concerning buttons interactivity and cover management
10/26/2005 Initial version