#include <nw/snd/snd_SequenceSoundHandle.h>
void SetChannelPriority(
int priority
);
| Name | Description | |
|---|---|---|
| in | priority | This is the sound generation priority value. |
Changes the voicing priority.
Changes the sound generation priority for the sound associated with the handle. If the handle is invalid, the function does nothing.
This function changes the value of the sound generation priority specified in the data inside the sound archive.
The value of priority lies in the range 0-127; where the greater the value, the higher the priority.
CONFIDENTIAL