nw::snd::SrcType Enumerated Type

Syntax

#include <nw/snd/snd_Global.h>

enum SrcType;

Value

Value Description
SRC_TYPE_NONE No correction.
SRC_TYPE_LINEAR Linear correction.
SRC_TYPE_4TAP Four-point correction.

Description

SRC type definitions (interpolation methods for the sampling rate converter).

Indicates the correction method used during sampling rate conversion.

See Also

SoundSystem::SetSrcType
SoundSystem::GetSrcType

Revision History

2010/01/16
Adjusted the wording.
2010/01/15
Initial version.

CONFIDENTIAL