vrmsg.h
来自「AVS音频解码器源代码」· C头文件 代码 · 共 26 行
H
26 行
/*------------ Telecommunications & Signal Processing Lab --------------
McGill University
Routine:
VRmsg.h
Description:
Message texts for the TSP VR routines.
Author / revision:
P. Kabal Copyright (C) 1997
$Revision: 1.1.1.1 $ $Date: 2005/12/22 09:54:42 $
----------------------------------------------------------------------*/
#ifndef VRmsg_h_
#define VRmsg_h_
/* Error Messages */
#define VRM_BadSize "Invalid data element size"
#define VRM_NegAmpl "Negative input amplitude"
#define VRM_NegVal "Negative input value(s)"
#define VRM_BadN "Invalid number of elements"
#endif /* VRmsg_h_ */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?