Share via


XACT_SOUND_VARIATION_PROPERTIES

XACT_SOUND_VARIATION_PROPERTIES

Returns the properties of the sound variation that is currently active in a cue instance.

typedef struct XACT_SOUND_VARIATION_PROPERTIES {
    XACT_VARIATION_PROPERTIES variationProperties;
    XACT_SOUND_PROPERTIES soundProperties;
} XACT_SOUND_VARIATION_PROPERTIES, *LPXACT_SOUND_VARIATION_PROPERTIES;

Members

  • variationProperties
    Properties of the currently active variation, represented by an XACT_VARIATION_PROPERTIES structure.
  • soundProperties
    Properties of the sound that the active variation references, represented by an XACT_SOUND_PROPERTIES structure.

Requirements

Header: Declared in Xact.h.

See Also

XACT Structures