XACTCUEPROPERTIES
XACTCUEPROPERTIES
Contains the properties of a cue.
Xbox 360: This structure is specific to the Xbox 360 platform.
typedef struct XACTCUEPROPERTIES {
XACTCATEGORY ActiveSoundCategory;
BYTE ActiveSoundTrackCount;
BYTE ActiveSoundPriority;
XACTINDEX FirstTrackWaveIndex;
DWORD FirstTrackWaveDuration;
XACTCHANNEL MaxTrackChannelCount;
BYTE MaxTrackLoopCount;
} XACTCUEPROPERTIES, *LPXACTCUEPROPERTIES;
Members
- ActiveSoundCategory
Category of the active sound. - ActiveSoundTrackCount
Number of tracks in the active sound. - ActiveSoundPriority
Priority of the active sound. - FirstTrackWaveIndex
Index of the currently selected wave variation in the first track. - FirstTrackWaveDuration
Estimated duration, in milliseconds, of the selected wave in the first track. - MaxTrackChannelCount
Highest number of channels in any track. - MaxTrackLoopCount
Highest loop count of any track (255 is infinite).
Requirements
Header: Declared in Xact.h.