?? headset_tones.h
字號:
/****************************************************************************
Copyright (C) Cambridge Silicon Radio Ltd. 2004-2006
Part of BlueLab 3.5.2-release
FILE NAME
headset_tones.h
DESCRIPTION
*/
#ifndef _HEADSET_TONES_H_
#define _HEADSET_TONES_H_
/****************************************************************************
NAME
isTonePlaying
DESCRIPTION
Determines if a tone is currently playing
RETURNS
True/False
*/
bool isTonePlaying(pcmAudioState state);
/****************************************************************************
NAME
isRingTone
DESCRIPTION
Determines if the ringtone state is currently active
RETURNS
True/False
*/
bool isRingTone(pcmAudioState state);
/****************************************************************************
NAME
isRingOrTonePlaying
DESCRIPTION
Determines if we are playing rings or a tone currently
RETURNS
True/False
*/
bool isRingOrTonePlaying(pcmAudioState state);
/****************************************************************************
NAME
isRinging
DESCRIPTION
Determines if a ringtone is now playing
RETURNS
True/False
*/
bool isRinging(pcmAudioState state);
/****************************************************************************
NAME
tonesInit
DESCRIPTION
Initialise the tones functions
RETURNS
void
*/
void tonesInit(headsetTaskData *app) ;
/****************************************************************************
NAME
headsetPlayTone
DESCRIPTION
Play a ringtone in the headset
*/
void headsetPlayTone(headsetTaskData *app, toneType type_of_tone);
#endif /* _HEADSET_TONES_H_ */
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -