NAME
DtFrameGetKeyFrames - Get the user defined key frames.
SYNOPSIS
#include <Dt.h>
void DtFrameGetKeyFrames( int *count, int **frames )
DESCRIPTION
DtFrameGetKeyFrames() returns the number of key frames via
the pointer to the count parameter. A read-only pointer to
a list of the keyframes is placed in the variable pointed to
by frames. This array is an internal buffer. Do not free or
modify the keyframe array.
User defined keyframes are set via the Make Key Frame and
Delete Key Frame in the GameExport interace.
IMPLEMENTATION NOTES
The AliasAPI implementation does not support keyframes.
*frames will be set to NULL and count set to zero (0).
FILES
Link with -lDtOMio