First public contribution.
2 * Copyright (c) 2003 Nokia Corporation and/or its subsidiary(-ies).
4 * This component and the accompanying materials are made available
5 * under the terms of the License "Eclipse Public License v1.0"
6 * which accompanies this distribution, and is available
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
9 * Initial Contributors:
10 * Nokia Corporation - initial contribution.
14 * Description: KeyframeSequence interface
18 #ifndef __M3G_KEYFRAMESEQUENCE_H__
19 #define __M3G_KEYFRAMESEQUENCE_H__
24 * \brief KeyframeSequence interface
27 #include "m3g_object.h"
31 * \brief KeyframeSequence class definition
34 struct M3GKeyframeSequenceImpl
39 M3Gint *keyframeTimes;
50 M3Gfloat *outTangents;
55 /*----------------------------------------------------------------------
57 *--------------------------------------------------------------------*/
59 static M3Gint m3gGetNumComponents(const KeyframeSequence *sequence);
60 static M3Gint m3gGetSample(KeyframeSequence *sequence,
64 #endif /*__M3G_KEYFRAMESEQUENCE_H__*/