nw::snd::SoundArchive::ReadSound3DInfo Member Function#include <nw/snd/snd_SoundArchive.h>
bool ReadSound3DInfo(
ItemId soundId,
Sound3DInfo * info
) const;
| Name | Description | |
|---|---|---|
| in | soundId | A sound ID in the sound archive. |
| out | info | This structure is used to get sound archive player information. |
Gets 3D sound information for the specified ID.
The retrieval fails if a sound having the specified ID does not exist.
CONFIDENTIAL