nw::snd::WaveSoundHandle::SetChannelPriority Member Function

Syntax

#include <nw/snd/snd_WaveSoundHandle.h>

void SetChannelPriority(
     int priority
);

Arguments

Name Description
in priority This is the sound generation priority value.

Return Values

None.

Description

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.

Revision History

2010/01/22
Initial version.

CONFIDENTIAL