g723.h
来自「windows环境下利用IPP库的例子代码」· C头文件 代码 · 共 28 行
H
28 行
/******************************************************************************
// INTEL CORPORATION PROPRIETARY INFORMATION
// This software is supplied under the terms of a license agreement or
// nondisclosure agreement with Intel Corporation and may not be copied
// or disclosed except in accordance with the terms of that agreement.
// Copyright (c) 2001-05 Intel Corporation. All Rights Reserved.
//
// Filename:
// g723.h
//
// Description:
// Intel Integrated Performance Primitives (IPP)
// header file for the G.723.1 codec
****************************************************************************/
#if !defined(AFX_G723_H__59A678C2_21D9_4083_9412_B88FEBF4982D__INCLUDED_)
#define AFX_G723_H__59A678C2_21D9_4083_9412_B88FEBF4982D__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "resource.h"
#define MENU_HEIGHT 26
#endif // !defined(AFX_G723_H__59A678C2_21D9_4083_9412_B88FEBF4982D__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?