Share via


XACT_CUE_INSTANCE_PROPERTIES

XACT_CUE_INSTANCE_PROPERTIES

Returns the properties of an active cue instance.

typedef struct XACT_CUE_INSTANCE_PROPERTIES {
    DWORD allocAttributes;
    XACT_CUE_PROPERTIES cueProperties;
    XACT_SOUND_VARIATION_PROPERTIES activeVariationProperties;
} XACT_CUE_INSTANCE_PROPERTIES, *LPXACT_CUE_INSTANCE_PROPERTIES;

Members

  • allocAttributes
    Buffer allocation attributes.
  • cueProperties
    Properties of the cue that are shared by all instances. These properties are represented in an XACT_CUE_PROPERTIES structure.
  • activeVariationProperties
    Properties of the currently active variation. These properties are represented in an XACT_SOUND_VARIATION_PROPERTIES structure.

Requirements

Header: Declared in Xact.h.

See Also

XACT Structures