XACT_TRACK_PROPERTIES
XACT_TRACK_PROPERTIES
Returns the properties of a track in an active sound variation in a cue instance.
typedef struct XACT_TRACK_PROPERTIES { XACTTIME duration; XACTINDEX numVariations; XACTCHANNEL numChannels; XACTINDEX waveVariation; XACTLOOPCOUNT loopCount; } XACT_TRACK_PROPERTIES, *LPXACT_TRACK_PROPERTIES;
Members
- duration
Duration of the track in milliseconds. - numVariations
Total number of wave variations in the track. - numChannels
Maximum number of channels that are required to play the track. - waveVariation
Index of the currently active wave variation. - loopCount
Current loop count on the track.
Remarks
These properties are timing dependent. They may change when the IXACTSoundBank::GetCueProperties call returns.
Requirements
Header: Declared in Xact.h.