#include <nw/snd/snd_SequenceSoundHandle.h>
SequenceSoundHandle();
SequenceSoundHandle(
SoundHandle * handle
);
| SequenceSoundHandle(); | Constructor. |
| SequenceSoundHandle ( SoundHandle * ) | Constructor. |
Constructors without any arguments construct a handle that is not associated with any sound.
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.
CONFIDENTIAL