Miles Sound System SDK 7.2a

EAX_SAMPLE_SLOT_VOLUMES

The structure EAX_SAMPLE_SLOT_VOLUMES used to control the sound levels for each the two possible slots that the sample can play into

struct EAX_SAMPLE_SLOT_VOLUMES
{
  U32 NumVolumes;
  EAX_SAMPLE_SLOT_VOLUME volumes[2];
};

In Members

NumVolumes
specifies the number of slots that you want to send this sound to. This can be 0, 1 or 2 slots.
volumes
specifies settings for each of the slots that you want to point this sound into.

Discussion

In EAX 4, you can only send a particular sound sample to two slots at once.


Group: Creative EAX 2, 3, and 4 Providers
Related Sections: Creative's EAX 4 Properties
Related Basic Types: U32
Related Structures: EAX_SAMPLE_SLOT_VOLUME

For technical support, e-mail Miles3@radgametools.com
© Copyright 1991-2007 RAD Game Tools, Inc. All Rights Reserved.