Share via


XACT_WAVE_INSTANCE_PROPERTIES

XACT_WAVE_INSTANCE_PROPERTIES

Returns the properties of a specific wave instance.

typedef struct XACT_WAVE_INSTANCE_PROPERTIES {
    XACT_WAVE_PROPERTIES properties;
    BOOL backgroundMusic;
} XACT_WAVE_INSTANCE_PROPERTIES, *LPXACT_WAVE_INSTANCE_PROPERTIES;

Members

  • properties
    Static properties that are common to all wave instances.
  • backgroundMusic
    TRUE, if the wave is tagged as background music. Otherwise, FALSE.

Requirements

Header: Declared in Xact.h.

See Also

XACT Structures