XACT_VARIATION_PROPERTIES
XACT_VARIATION_PROPERTIES
Returns the properties for the variation that is currently active in a cue instance.
typedef struct XACT_VARIATION_PROPERTIES { XACTINDEX index; XACTVARIATIONWEIGHT weight; XACTVARIABLEVALUE iaVariableMin; XACTVARIABLEVALUE iaVariableMax; BOOL linger; } XACT_VARIATION_PROPERTIES, *LPXACT_VARIATION_PROPERTIES;
Members
- index
Index of the variation in the parent variation list. - weight
Weight that is assigned to the variation. This member is used by noninteractive variations only. - iaVariableMin
Lower bound of the interactive variable that controls the variation. This member is used by interactive variations only. - iaVariableMax
Upper bound of the interactive variable that controls the variation. This member is used by interactive variations only. - linger
Flag that indicates if the variation should linger. This member is used by interactive variations only.
Requirements
Header: Declared in Xact.h.