nw::snd::StreamSoundHandle::StreamSoundHandle Constructor

Syntax

#include <nw/snd/snd_StreamSoundHandle.h>
StreamSoundHandle();
StreamSoundHandle(
     SoundHandle * pHandle
);

List of Overloaded Member Functions

StreamSoundHandle ( ) Constructor.
StreamSoundHandle ( SoundHandle * ) Constructor.

Description of StreamSoundHandle ( )

Constructors without any arguments construct a handle that is not associated with any sound.

Description of StreamSoundHandle ( SoundHandle * )

The constructor with an argument constructs a stream sound handle using the sound referenced by the sound handle specified by the handle argument. If a sound that is not a stream 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 stream 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