nw::snd::WaveSoundHandle::WaveSoundHandle Constructor#include <nw/snd/snd_WaveSoundHandle.h>
WaveSoundHandle();
WaveSoundHandle(
SoundHandle * handle
);
| WaveSoundHandle ( ) | Constructor. |
| WaveSoundHandle ( SoundHandle * ) | Constructor. |
Constructors without any arguments construct a handle that is not associated with any sound.
The constructor with an argument constructs a wave handle using the sound referenced by the sound handle specified by the handle argument. If a sound that is not a wave 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 wave sound handle, note that this association will be cut. However, the association with the sound handle that was passed as an argument is not cut.
CONFIDENTIAL