SDK Documentation
Confidential & Proprietary
to VM Labs Inc.

Copyright © 1997-2001
VM Labs, Inc.
All Rights Reserved

 

February 23, 2001


NUON SDK Sample Code Overview

Movie Samples


This document provides an overview of the movie-related sample code included with the NUON SDK.  The table below shows the folder name of each sample and a brief description of what is demonstrated.  All folder names are relative to the \VMLABS\SAMPLE directory. 

Folder Name

Description

Movies\PlayMovie Shows how to play a movie using the _PlayClip() function.
Movies\PlayMovieList Shows how to play a list of movies in sequence using the _PlayClipList() function.
Movies\test1 This plays an MPEG video-only clip from memory, using an MPEG display mode.
Movies\test2 This plays an MPEG video-only clip from memory, using a 32-bit YCrCb display mode and an pixel format conversion function
Movies\test3 This plays an MPEG video-only clip from DVD, using an MPEG display mode
Movies\test4 This plays an MPEG clip with interleaved audio+video from DVD.

About the SDK Sample Code

All of the sample code in the NUON may be found in the \VMLABS\SAMPLE directory.  Inside that directory are a number of additional directories which contain various sample programs.  Each sample demonstrates a particular concept, such as how to use a certain NUON library, or how to use the SDK tools in a particular way.

The majority of the samples are something you can compile with the tools and execute on your NUON development system.  A few samples are incomplete in some way and are provided merely so you can examine the source code.