HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PRM_KeySetType.h
Go to the documentation of this file.
1 /*
2  * PROPRIETARY INFORMATION. This software is proprietary to
3  * Side Effects Software Inc., and is not to be reproduced,
4  * transmitted, or disclosed in any way without written permission.
5  *
6  * NAME: PRM_KeySetType.h (Parameter Library)
7  *
8  */
9 
10 #ifndef __PRM_KeySetType_h__
11 #define __PRM_KeySetType_h__
12 
13 #include "PRM_API.h"
14 
15 // ways of setting values at keyframes:
17 {
18  PRM_USE_PREFERENCES, // use the user preferences
19  PRM_KEY_FORCE_PENDING, // always set values as pending at keyframes
20  PRM_KEY_FORCE_COMMIT // always commit the value change at keyframes
21 };
22 
23 #endif
PRM_KeySetType