nw::snd::SoundHandle::GetRemainingPauseFadeFrames Member Function

Syntax

#include <nw/snd/snd_SoundHandle.h>
int GetRemainingPauseFadeFrames() const;

Arguments

None.

Return Values

Returns the number of remaining frames until fading ends. The number of frames is based on the number of calls to SoundArchivePlayer::Update.

Description

Obtains the number of remaining frames until the fade completes when the system is paused.

Zero is returned if there is no fade in or fade out in progress.

See Also

Pause

Revision History

2010/12/24
Added information about the number of frames.
2010/01/15
Initial version.

CONFIDENTIAL