nw::snd::SoundPlayer::ForEachSoundPriorityOrder Member Function

Syntax

#include <nw/snd/snd_SoundPlayer.h>
template< class Function >
Function ForEachSoundPriorityOrder(
     Function function,
     bool reverse = false
);

Arguments

Name Description
in function Function pointer or function object
in reverse Specify TRUE to reverse the processing order.

Return Values

Returns a function pointer or function object specified as an argument

Description

Performs the processing for all sound currently playing on the player in order of priority.

Other operational specifications are the same as ForEachSound.

See Also

SoundHandle Class
ForEachSound

Revision History

2010/06/30
Initial version.

CONFIDENTIAL