XACT_WAVE_PROPERTIES

XACT_WAVE_PROPERTIES

Returns the properties that are common to all waves.

typedef struct XACT_WAVE_PROPERTIES {
    char friendlyName[WAVEBANK_ENTRYNAME_LENGTH];
    WAVEBANKMINIWAVEFORMAT format;
    DWORD durationInSamples;
    WAVEBANKSAMPLEREGION loopRegion;
    BOOL streaming;
} XACT_WAVE_PROPERTIES, *LPXACT_WAVE_PROPERTIES;

Members

friendlyName
Friendly name for the wave. An empty string if the wave bank has been stripped of friendly names.
format
Format for the wave.
durationInSamples
Duration of the wave, in samples.
loopRegion
Loop region that is defined in samples.
streaming
TRUE if the wave is streaming. Otherwise, FALSE.

Requirements

Header: Declared in Xact.h.

See Also

XACT Structures

Page view tracker