Include File Updates

VM Labs SDK Release 0.831
December 1
, 2000


The following include file updates are effective with this release:

File

Path

Comments

sysinfo.h include/nuon Added the TV system type definitions.
bios.h include/nuon Added the _IntGetVector function.
comm.h include/nuon

Added the _CommSendDirect function.

mml2d.h include/nuon Added colorSafe definitions and functions (see Chapter 5 of the mml2d documentation.)
mad_errs.i include/nuon
  • added MPEG2 check
  • added vlm postproc

mad_api.h, mad_api.i

include/nuon
  • change kAisKaraokPtrOffset to kAisPostProcPtrOffset
  • add definitions for VLM post-processor buffer
gl.h include/nuon General code stabilization.
NuonRaster.h include/impulse Added the SynchClut and rasterize functions.

Note that after you install the SDK in your development environment, you must recompile and relink any code that depends on these header files.

The following include files are obsolete and will be removed from the SDK in the very near future. Please update your source code appropriately.
Obsolete File
Path
Replace with
merlin.i include/nuon/ .include "nuon/nuon.i"
m2pub.h include/nuon/ #include <nuon/mml2d.h>
m2types.h include/nuon/ #include <nuon/mml2d.h>
audioapi.h include/nuon/

either
#include <nuon/nise.h>
or
#include <nuon/synth.h>

mlcolor.h include/nuon/ #include <nuon/mml2d.h>
mlpixmap.h include/nuon/ #include <nuon/mml2d.h>
mltypes.h include/nuon/ #include <nuon/mml2d.h>
pcmapi.h include/nuon/ #include <nuon/nise.h>
synthapi.h include/nuon/

#include <nuon/synth.h>


Please email comments or questions to SDK-Release@vmlabs.com

This page © Copyright 2001 VM Labs, Inc. Mountain View, CA. All rights reserved.