configcommon.h

来自「1. 8623L平台」· C头文件 代码 · 共 31 行

H
31
字号
//*@@@+++@@@@******************************************************************//// Microsoft Windows Media// Copyright (C) Microsoft Corporation. All rights reserved.////*@@@---@@@@******************************************************************#ifndef __CONFIGCOMMON_H__#define __CONFIGCOMMON_H__#ifdef __cplusplusextern "C" {#endif  // __cplusplusU32 MaxSamplesPerPacket(U32 ulVersion,                        U32 ulSamplingRate,                        U16 ulChannels,                        U32 ulBitrate);I32 msaudioGetSamplePerFrame (I32   cSamplePerSec,                               U32   dwBitPerSec,                               I32   cChannel,                              I32   iVersion,                              U16   wEncOpt);#ifdef __cplusplus}#endif  // __cplusplus#endif//__CONFIGCOMMON_H__

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?