|
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 }; |
|
115 |
|
116 // Enumerates bitmap identifiers |
|
117 enum TVtUiBitmapId |
|
118 { |
|
119 // Reserved to indicate no bitmap. |
|
120 EVtUiBitmapNone, |
|
121 // Viewfinder background. |
|
122 EVtUiBitmap_qgn_graf_call_video_out_bg, |
|
123 // Viewfinder background mask. |
|
124 EVtUiBitmap_qgn_graf_call_video_out_bg_mask, |
|
125 // Blind in icon. |
|
126 EVtUiBitmap_qgn_indi_call_video_blind_in, |
|
127 // Blind out icon. |
|
128 EVtUiBitmap_qgn_indi_call_video_blind_out, |
|
129 // Earpiece icon. |
|
130 EVtUiBitmap_qgn_indi_earpiece, |
|
131 // Earpiece icon mask. |
|
132 EVtUiBitmap_qgn_indi_earpiece_mask, |
|
133 // Loudspeaker icon. |
|
134 EVtUiBitmap_qgn_indi_speaker, |
|
135 // Loudspeaker icon mask. |
|
136 EVtUiBitmap_qgn_indi_speaker_mask, |
|
137 // Zoom area mask. |
|
138 EVtUiBitmap_qgn_graf_zoom_area, |
|
139 // Zoom direction bitmap. |
|
140 EVtUiBitmap_qgn_indi_zoom_dir, |
|
141 // Zoom direction bitmap mask. |
|
142 EVtUiBitmap_qgn_indi_zoom_dir_mask, |
|
143 // Zoom area minimum icon. |
|
144 EVtUiBitmap_qgn_indi_zoom_min, |
|
145 // Zoom area maximum icon. |
|
146 EVtUiBitmap_qgn_indi_zoom_max, |
|
147 // Scalable blind in icon soft mask, |
|
148 EVtUiBitmap_qgn_indi_call_video_blind_in_mask_icon, |
|
149 // Scalable blind out icon soft mask, |
|
150 EVtUiBitmap_qgn_indi_call_video_blind_out_mask_icon, |
|
151 // Current active list item indicator |
|
152 EVtUiBitmap_qgn_prop_sub_current, |
|
153 // Current active list item indicator mask |
|
154 EVtUiBitmap_qgn_prop_sub_current_mask |
|
155 }; |
|
156 |
|
157 #endif // VIDEOTELUI_HRH |
|
158 |
|
159 // End of File |