35
|
1 |
/*
|
|
2 |
* Copyright (c) 2004-2006 Nokia Corporation and/or its subsidiary(-ies).
|
|
3 |
* All rights reserved.
|
|
4 |
* This component and the accompanying materials are made available
|
|
5 |
* under the terms of "Eclipse Public License v1.0"
|
|
6 |
* which accompanies this distribution, and is available
|
|
7 |
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
|
|
8 |
*
|
|
9 |
* Initial Contributors:
|
|
10 |
* Nokia Corporation - initial contribution.
|
|
11 |
*
|
|
12 |
* Contributors:
|
|
13 |
*
|
|
14 |
* Description: Header for constants.
|
|
15 |
*
|
|
16 |
*/
|
|
17 |
|
|
18 |
|
|
19 |
#ifndef VIDEOTELUI_HRH
|
|
20 |
#define VIDEOTELUI_HRH
|
|
21 |
|
|
22 |
// CONSTANTS
|
|
23 |
|
|
24 |
// Video Telephone application UID.
|
|
25 |
#define KVtUiAppUidValue 0x101F8681
|
|
26 |
|
|
27 |
// Enumerates commands
|
|
28 |
enum
|
|
29 |
{
|
|
30 |
// Enable submenu
|
|
31 |
EVtUiCmdEnableMain = 5000,
|
|
32 |
// Enable video
|
|
33 |
EVtUiCmdEnableVideo, //5001
|
|
34 |
// Enable audio
|
|
35 |
EVtUiCmdEnableAudio, //5002
|
|
36 |
// Enable both video and audio
|
|
37 |
EVtUiCmdEnableBoth, //5003
|
|
38 |
// Disable submenu
|
|
39 |
EVtUiCmdDisableMain, //5004
|
|
40 |
// Disable video
|
|
41 |
EVtUiCmdDisableVideo, //5005
|
|
42 |
// Disable audio
|
|
43 |
EVtUiCmdDisableAudio, //5006
|
|
44 |
// Disable both video and audio
|
|
45 |
EVtUiCmdDisableBoth, //5007
|
|
46 |
// Deactivate BT handsfree
|
|
47 |
EVtUiCmdDeactivateBT, //5008
|
|
48 |
// Deactivet BT and activate HF (used in toolbar)
|
|
49 |
EVtUiCmdSwitchFromBTToIHF, //5009
|
|
50 |
// Activate BT handsfree
|
|
51 |
EVtUiCmdActivateBT, //5010
|
|
52 |
// Activate loudspeaker
|
|
53 |
EVtUiCmdActivateLoudspeaker, //5011
|
|
54 |
// Deactivate loudspeaker
|
|
55 |
EVtUiCmdDeactivateLoudspeaker, //5012
|
|
56 |
// End active call
|
|
57 |
EVtUiCmdEndActiveCall, //5013
|
|
58 |
// Use primary camera
|
|
59 |
EVtUiCmdUsePrimaryCamera, //5014
|
|
60 |
// Use secondary camera
|
|
61 |
EVtUiCmdUseSecondaryCamera, //5015
|
|
62 |
// Swap images' places
|
|
63 |
EVtUiCmdSwapImagesPlaces, //5016
|
|
64 |
// Zoom
|
|
65 |
EVtUiCmdZoom, //5017
|
|
66 |
// Send DTMF
|
|
67 |
EVtUiCmdSendDTMF, //5018
|
|
68 |
// Switch to voice call
|
|
69 |
EVtUiCmdCreateVoice, //5019
|
|
70 |
// Enable capture mode
|
|
71 |
EVtUiCmdSnapshot, //5020
|
|
72 |
// Freeze outgoing video
|
|
73 |
EVtUiCmdCapture, //5021
|
|
74 |
// Disable capture mode
|
|
75 |
EVtUiCmdCancelCapture, //5022
|
|
76 |
// Go to Idle.
|
|
77 |
EVtUiCmdGoToIdle, //5023
|
|
78 |
// Other items
|
|
79 |
EVtUiCmdOkOptions = 6000,
|
|
80 |
// Dial emergency
|
|
81 |
EVtUiCmdDialEmergency,
|
|
82 |
// Share object image
|
|
83 |
EVtUiCmdShareObjectImage = 6100,
|
|
84 |
// Share object video clip
|
|
85 |
EVtUiCmdShareObjectVideoClip, //6101
|
|
86 |
// Stop sharing image object
|
|
87 |
EVtUiCmdStopSharingObjectImage, //6102
|
|
88 |
// Stop sharing video clip object
|
|
89 |
EVtUiCmdStopSharingObjectVideoClip, //6103
|
|
90 |
// Activates zoom mode
|
|
91 |
EVtUiCmdToolbarActivateZoomMode, //6104
|
|
92 |
// Toggles disable video/ enable video
|
|
93 |
EVtUiCmdToolbarToggleVideo, //6105
|
|
94 |
// Toggles mute audio/ unmute audi
|
|
95 |
EVtUiCmdToolbarToggleMicrophone, //6106
|
|
96 |
// Changes audio routing
|
|
97 |
EVtUiCmdToolbarAudioRouting, //6107
|
|
98 |
// Toggles primary/secondary camera
|
|
99 |
EVtUiCmdToolbarToggleCamera, //6108
|
|
100 |
// Adjust video submenu
|
|
101 |
EVtUiCmdAdjustVideo, //6109
|
|
102 |
// Adjust video preferences
|
|
103 |
EVtUiCmdAdjustVideoVideoQuality, //6110
|
|
104 |
// Adjust video white balance
|
|
105 |
EVtUiCmdAdjustVideoWhiteBalance, //6111
|
|
106 |
// Adjust video brightness
|
|
107 |
EVtUiCmdAdjustVideoBrightness, //6112
|
|
108 |
// Adjust video contrast
|
|
109 |
EVtUiCmdAdjustVideoContrast, //6113
|
|
110 |
// Adjust video colour tone
|
|
111 |
EVtUiCmdAdjustVideoColourTone, //6114
|
|
112 |
// Dialer close
|
|
113 |
EVtUiDialerExit, //6115
|
|
114 |
// Dialer emergency call
|
|
115 |
EVtUiCmdDialerEmergencyCall //6116
|
|
116 |
};
|
|
117 |
|
|
118 |
// Enumerates bitmap identifiers
|
|
119 |
enum TVtUiBitmapId
|
|
120 |
{
|
|
121 |
// Reserved to indicate no bitmap.
|
|
122 |
EVtUiBitmapNone,
|
|
123 |
// Viewfinder background.
|
|
124 |
EVtUiBitmap_qgn_graf_call_video_out_bg,
|
|
125 |
// Viewfinder background mask.
|
|
126 |
EVtUiBitmap_qgn_graf_call_video_out_bg_mask,
|
|
127 |
// Blind in icon.
|
|
128 |
EVtUiBitmap_qgn_indi_call_video_blind_in,
|
|
129 |
// Blind out icon.
|
|
130 |
EVtUiBitmap_qgn_indi_call_video_blind_out,
|
|
131 |
// End call button icon
|
|
132 |
EVtUiBitmap_qgn_indi_button_end_active_call,
|
|
133 |
// End call button icon mask
|
|
134 |
EVtUiBitmap_qgn_indi_button_end_active_call_mask,
|
|
135 |
// Earpiece icon.
|
|
136 |
EVtUiBitmap_qgn_indi_earpiece,
|
|
137 |
// Earpiece icon mask.
|
|
138 |
EVtUiBitmap_qgn_indi_earpiece_mask,
|
|
139 |
// Loudspeaker icon.
|
|
140 |
EVtUiBitmap_qgn_indi_speaker,
|
|
141 |
// Loudspeaker icon mask.
|
|
142 |
EVtUiBitmap_qgn_indi_speaker_mask,
|
|
143 |
// Zoom area mask.
|
|
144 |
EVtUiBitmap_qgn_graf_zoom_area,
|
|
145 |
// Zoom direction bitmap.
|
|
146 |
EVtUiBitmap_qgn_indi_zoom_dir,
|
|
147 |
// Zoom direction bitmap mask.
|
|
148 |
EVtUiBitmap_qgn_indi_zoom_dir_mask,
|
|
149 |
// Zoom area minimum icon.
|
|
150 |
EVtUiBitmap_qgn_indi_zoom_min,
|
|
151 |
// Zoom area maximum icon.
|
|
152 |
EVtUiBitmap_qgn_indi_zoom_max,
|
|
153 |
// Scalable blind in icon soft mask,
|
|
154 |
EVtUiBitmap_qgn_indi_call_video_blind_in_mask_icon,
|
|
155 |
// Scalable blind out icon soft mask,
|
|
156 |
EVtUiBitmap_qgn_indi_call_video_blind_out_mask_icon,
|
|
157 |
// Current active list item indicator
|
|
158 |
EVtUiBitmap_qgn_prop_sub_current,
|
|
159 |
// Current active list item indicator mask
|
|
160 |
EVtUiBitmap_qgn_prop_sub_current_mask
|
|
161 |
};
|
|
162 |
|
|
163 |
#endif // VIDEOTELUI_HRH
|
|
164 |
|
|
165 |
// End of File
|