nw::snd::SequenceSoundHandle::SequenceSoundHandle Constructor

Syntax

#include <nw/snd/snd_SequenceSoundHandle.h>
SequenceSoundHandle(
     SoundHandle * handle
);

Arguments

Name Description
in handle Sound handle associated with the sequence sound.

Description

Constructor.

The constructor with an argument constructs a sequence handle using the sound referenced by the sound handle specified by the handle argument. If a sound that is not a sequence sound is associated with the sound handle, the constructor operates in the same way as a constructor without any arguments.

When using the constructor that has an argument, if the sound is already associated with another sequence sound handle, this association will be deleted. However, the association with the sound handle that was passed as an argument is not cut.

See Also

SoundHandle Class

Revision History

2010/01/22
Initial version.

CONFIDENTIAL