类别:Dither
音讯抖动器。
类型 | 使用 | 成员 | 说明 |
建构子 | public | ||
解构子 | public | ||
资料 | public | ||
资料 | public | ||
资料 | public | ||
函式 | public | 16位元抖动函数 |
|
函式 | public | 浮点数抖动函数 |
C/C++定义
class Dither
{
public:
CaUint32 previous ;
CaUint32 randSeed1 ;
CaUint32 randSeed2 ;
explicit Dither (void) ;
virtual ~Dither (void) ;
CaInt32 Dither16 (void) ;
CaFloat32 DitherFloat (void) ;
};