nw::snd::SoundArchive::ReadSound3DInfo Member Function

Syntax

#include <nw/snd/snd_SoundArchive.h>
bool ReadSound3DInfo(
     ItemId soundId,
     Sound3DInfo * info
) const;

Arguments

Name Description
in soundId A sound ID in the sound archive.
out info This structure is used to get sound archive player information.

Return Values

Returns TRUE if the 3D sound information is retrieved successfully; otherwise, returns FALSE.

Description

Gets 3D sound information for the specified ID.

The retrieval fails if a sound having the specified ID does not exist.

See Also

Sound3DInfo

Revision History

2010/03/05
Initial version.

CONFIDENTIAL