|
API Guide Home (Online version only) |
![]() |
Definition in file HsPhoneAudioTypes.h.
Include dependency graph for HsPhoneAudioTypes.h:

Go to the source code of this file.
| #define kSliderHigh 1 |
Definition at line 45 of file HsPhoneAudioTypes.h.
| #define kSliderLow 0 |
Definition at line 44 of file HsPhoneAudioTypes.h.
| #define kSliderPositions 2 |
Definition at line 46 of file HsPhoneAudioTypes.h.
| typedef UInt8 PhnAudioSendMode |
Definition at line 97 of file HsPhoneAudioTypes.h.
| typedef Boolean PhnHACSetting |
Definition at line 77 of file HsPhoneAudioTypes.h.
| typedef struct PhnRingingInfoType * PhnRingingInfoPtr |
| typedef UInt8 PhnTTYSetting |
Definition at line 75 of file HsPhoneAudioTypes.h.
| enum _PhnAudioSendMode |
Definition at line 89 of file HsPhoneAudioTypes.h.
00090 { 00091 phnAudioLocalMode, /**< */ 00092 phnAudioSilentMode, /**< */ 00093 phnAudioNetworkMode /**< */ 00094 }_PhnAudioSendMode;
| enum _PhnTTYSetting |
| phnTTYSettingAll | Send/Receive Text |
| phnTTYSettingVoiceCarryOver | Send Voice/ Receive Text |
| phnTTYSettingHearCarryOver | Send Text / Receive Voice |
| phnTTYSettingOff | Send/Receive Voice -- NORMAL mode |
Definition at line 65 of file HsPhoneAudioTypes.h.
00066 { 00067 phnTTYSettingAll, /**< Send/Receive Text */ 00068 phnTTYSettingVoiceCarryOver, /**< Send Voice/ Receive Text */ 00069 phnTTYSettingHearCarryOver, /**< Send Text / Receive Voice */ 00070 phnTTYSettingOff /**< Send/Receive Voice -- NORMAL mode */ 00071 }
| Top | Palm Developer Network © 2004-2008, Palm, Inc. All rights reserved. Generated on Fri Jun 13 10:07:12 2008 for Palm API Guide |