?? headset_codec.h
字號:
/****************************************************************************
Copyright (C) Cambridge Silicon Radio Ltd. 2004-2006
Part of BlueLab 3.5.2-release
FILE NAME
headset_codec.h
DESCRIPTION
All codec configuration methods in one place.
*/
#include "headset_private.h"
/****************************************************************************
NAME
codec_configure_mono_8000
DESCRIPTION
Configures whichever codec we are using for mono 8000Hz
*/
void codec_configure_mono_8000(headsetTaskData *app);
/*************************************************************************
NAME
codec_configure_AvStream
DESCRIPTION
Configure the codec depending on the AV codec params negotiated
*/
void codec_configure_AvStream(headsetTaskData *app);
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -