88 * Default value: 40 |
88 * Default value: 40 |
89 **/ |
89 **/ |
90 const TUint32 KTactileVibraIntensityBasicLevel3 = 0x00000022; |
90 const TUint32 KTactileVibraIntensityBasicLevel3 = 0x00000022; |
91 |
91 |
92 /** |
92 /** |
93 * Vibra intensity setting for logical feedback type ETouchFeedbackBasic |
93 * Vibra duration setting for logical feedback type ETouchFeedbackBasic |
94 * and vibra effect level ETactileFeedbackVibraLevel4. |
94 * and vibra effect level ETactileFeedbackVibraLevel1. |
|
95 * |
|
96 * Duration is given in milliseconds, and zero value will disable this |
|
97 * logical feedback type. |
|
98 * |
|
99 * Possible values are: |
|
100 * Integer values from zero upwards. |
|
101 * |
|
102 * Default value: 15 |
|
103 **/ |
|
104 const TUint32 KTactileVibraDurationBasicLevel1 = 0x00000023; |
|
105 |
|
106 /** |
|
107 * Vibra duration setting for logical feedback type ETouchFeedbackBasic |
|
108 * and vibra effect level ETactileFeedbackVibraLevel2. |
|
109 * |
|
110 * Duration is given in milliseconds, and zero value will disable this |
|
111 * logical feedback type. |
|
112 * |
|
113 * Possible values are: |
|
114 * Integer values from zero upwards. |
|
115 * |
|
116 * Default value: 20 |
|
117 **/ |
|
118 const TUint32 KTactileVibraDurationBasicLevel2 = 0x00000024; |
|
119 |
|
120 /** |
|
121 * Vibra duration setting for logical feedback type ETouchFeedbackBasic |
|
122 * and vibra effect level ETactileFeedbackVibraLevel3. |
|
123 * |
|
124 * Duration is given in milliseconds, and zero value will disable this |
|
125 * logical feedback type. |
|
126 * |
|
127 * Possible values are: |
|
128 * Integer values from zero upwards. |
|
129 * |
|
130 * Default value: 30 |
|
131 **/ |
|
132 const TUint32 KTactileVibraDurationBasicLevel3 = 0x00000025; |
|
133 |
|
134 |
|
135 /** |
|
136 * Vibra intensity setting for logical feedback type ETouchFeedbackSensitive |
|
137 * and vibra effect level ETactileFeedbackVibraLevel1. |
95 * |
138 * |
96 * Possible values are: |
139 * Possible values are: |
97 * Integers from 0 to 100. See HWRMVibra.h for more information. |
140 * Integers from 0 to 100. See HWRMVibra.h for more information. |
98 * Zero intensity will disable this logical feedback type. |
141 * Zero intensity will disable this logical feedback type. |
99 * |
142 * |
100 * Default value: 60 |
143 * Default value: 50 |
101 **/ |
144 **/ |
102 const TUint32 KTactileVibraIntensityBasicLevel4 = 0x00000023; |
145 const TUint32 KTactileVibraIntensitySensitiveLevel1 = 0x00000026; |
103 |
146 |
104 /** |
147 /** |
105 * Vibra intensity setting for logical feedback type ETouchFeedbackBasic |
148 * Vibra intensity setting for logical feedback type ETouchFeedbackSensitive |
106 * and vibra effect level ETactileFeedbackVibraLevel5. |
149 * and vibra effect level ETactileFeedbackVibraLevel2. |
107 * |
150 * |
108 * Possible values are: |
151 * Possible values are: |
109 * Integers from 0 to 100. See HWRMVibra.h for more information. |
152 * Integers from 0 to 100. See HWRMVibra.h for more information. |
110 * Zero intensity will disable this logical feedback type. |
153 * Zero intensity will disable this logical feedback type. |
111 * |
154 * |
112 * Default value: 80 |
155 * Default value: 100 |
113 **/ |
156 **/ |
114 const TUint32 KTactileVibraIntensityBasicLevel5 = 0x00000024; |
157 const TUint32 KTactileVibraIntensitySensitiveLevel2 = 0x00000027; |
115 |
158 |
116 /** |
159 /** |
117 * Vibra duration setting for logical feedback type ETouchFeedbackBasic |
160 * Vibra intensity setting for logical feedback type ETouchFeedbackSensitive |
|
161 * and vibra effect level ETactileFeedbackVibraLevel3. |
|
162 * |
|
163 * Possible values are: |
|
164 * Integers from 0 to 100. See HWRMVibra.h for more information. |
|
165 * Zero intensity will disable this logical feedback type. |
|
166 * |
|
167 * Default value: 10 |
|
168 **/ |
|
169 const TUint32 KTactileVibraIntensitySensitiveLevel3 = 0x00000028; |
|
170 |
|
171 |
|
172 /** |
|
173 * Vibra duration setting for logical feedback type ETouchFeedbackSensitive |
118 * and vibra effect level ETactileFeedbackVibraLevel1. |
174 * and vibra effect level ETactileFeedbackVibraLevel1. |
119 * |
175 * |
120 * Duration is given in milliseconds, and zero value will disable this |
176 * Duration is given in milliseconds, and zero value will disable this |
121 * logical feedback type. |
177 * logical feedback type. |
122 * |
178 * |
123 * Possible values are: |
179 * Possible values are: |
124 * Integer values from zero upwards. |
180 * Integer values from zero upwards. |
125 * |
181 * |
126 * Default value: 15 |
182 * Default value: 5 |
127 **/ |
183 **/ |
128 const TUint32 KTactileVibraDurationBasicLevel1 = 0x00000025; |
184 const TUint32 KTactileVibraDurationSensitiveLevel1 = 0x00000029; |
129 |
185 |
130 /** |
186 /** |
131 * Vibra duration setting for logical feedback type ETouchFeedbackBasic |
187 * Vibra duration setting for logical feedback type ETouchFeedbackSensitive |
132 * and vibra effect level ETactileFeedbackVibraLevel2. |
188 * and vibra effect level ETactileFeedbackVibraLevel2. |
133 * |
189 * |
134 * Duration is given in milliseconds, and zero value will disable this |
190 * Duration is given in milliseconds, and zero value will disable this |
135 * logical feedback type. |
191 * logical feedback type. |
136 * |
192 * |
137 * Possible values are: |
193 * Possible values are: |
138 * Integer values from zero upwards. |
194 * Integer values from zero upwards. |
139 * |
195 * |
140 * Default value: 20 |
196 * Default value: 10 |
141 **/ |
197 **/ |
142 const TUint32 KTactileVibraDurationBasicLevel2 = 0x00000026; |
198 const TUint32 KTactileVibraDurationSensitiveLevel2 = 0x0000002a; |
143 |
199 |
144 /** |
200 /** |
145 * Vibra duration setting for logical feedback type ETouchFeedbackBasic |
201 * Vibra duration setting for logical feedback type ETouchFeedbackSensitive |
146 * and vibra effect level ETactileFeedbackVibraLevel3. |
202 * and vibra effect level ETactileFeedbackVibraLevel3. |
147 * |
203 * |
148 * Duration is given in milliseconds, and zero value will disable this |
204 * Duration is given in milliseconds, and zero value will disable this |
149 * logical feedback type. |
205 * logical feedback type. |
150 * |
206 * |
151 * Possible values are: |
207 * Possible values are: |
152 * Integer values from zero upwards. |
208 * Integer values from zero upwards. |
153 * |
209 * |
154 * Default value: 30 |
|
155 **/ |
|
156 const TUint32 KTactileVibraDurationBasicLevel3 = 0x00000027; |
|
157 |
|
158 /** |
|
159 * Vibra duration setting for logical feedback type ETouchFeedbackBasic |
|
160 * and vibra effect level ETactileFeedbackVibraLevel4. |
|
161 * |
|
162 * Duration is given in milliseconds, and zero value will disable this |
|
163 * logical feedback type. |
|
164 * |
|
165 * Possible values are: |
|
166 * Integer values from zero upwards. |
|
167 * |
|
168 * Default value: 40 |
|
169 **/ |
|
170 const TUint32 KTactileVibraDurationBasicLevel4 = 0x00000028; |
|
171 |
|
172 /** |
|
173 * Vibra duration setting for logical feedback type ETouchFeedbackBasic |
|
174 * and vibra effect level ETactileFeedbackVibraLevel5. |
|
175 * |
|
176 * Duration is given in milliseconds, and zero value will disable this |
|
177 * logical feedback type. |
|
178 * |
|
179 * Possible values are: |
|
180 * Integer values from zero upwards. |
|
181 * |
|
182 * Default value: 50 |
|
183 **/ |
|
184 const TUint32 KTactileVibraDurationBasicLevel5 = 0x00000029; |
|
185 |
|
186 |
|
187 /** |
|
188 * Vibra intensity setting for logical feedback type ETouchFeedbackSensitive |
|
189 * and vibra effect level ETactileFeedbackVibraLevel1. |
|
190 * |
|
191 * Possible values are: |
|
192 * Integers from 0 to 100. See HWRMVibra.h for more information. |
|
193 * Zero intensity will disable this logical feedback type. |
|
194 * |
|
195 * Default value: 50 |
|
196 **/ |
|
197 const TUint32 KTactileVibraIntensitySensitiveLevel1 = 0x0000002a; |
|
198 |
|
199 /** |
|
200 * Vibra intensity setting for logical feedback type ETouchFeedbackSensitive |
|
201 * and vibra effect level ETactileFeedbackVibraLevel2. |
|
202 * |
|
203 * Possible values are: |
|
204 * Integers from 0 to 100. See HWRMVibra.h for more information. |
|
205 * Zero intensity will disable this logical feedback type. |
|
206 * |
|
207 * Default value: 100 |
|
208 **/ |
|
209 const TUint32 KTactileVibraIntensitySensitiveLevel2 = 0x0000002b; |
|
210 |
|
211 /** |
|
212 * Vibra intensity setting for logical feedback type ETouchFeedbackSensitive |
|
213 * and vibra effect level ETactileFeedbackVibraLevel3. |
|
214 * |
|
215 * Possible values are: |
|
216 * Integers from 0 to 100. See HWRMVibra.h for more information. |
|
217 * Zero intensity will disable this logical feedback type. |
|
218 * |
|
219 * Default value: 10 |
|
220 **/ |
|
221 const TUint32 KTactileVibraIntensitySensitiveLevel3 = 0x0000002c; |
|
222 |
|
223 /** |
|
224 * Vibra intensity setting for logical feedback type ETouchFeedbackSensitive |
|
225 * and vibra effect level ETactileFeedbackVibraLevel4. |
|
226 * |
|
227 * Possible values are: |
|
228 * Integers from 0 to 100. See HWRMVibra.h for more information. |
|
229 * Zero intensity will disable this logical feedback type. |
|
230 * |
|
231 * Default value: 10 |
|
232 **/ |
|
233 const TUint32 KTactileVibraIntensitySensitiveLevel4 = 0x0000002d; |
|
234 |
|
235 /** |
|
236 * Vibra intensity setting for logical feedback type ETouchFeedbackSensitive |
|
237 * and vibra effect level ETactileFeedbackVibraLevel5. |
|
238 * |
|
239 * Possible values are: |
|
240 * Integers from 0 to 100. See HWRMVibra.h for more information. |
|
241 * Zero intensity will disable this logical feedback type. |
|
242 * |
|
243 * Default value: 10 |
|
244 **/ |
|
245 const TUint32 KTactileVibraIntensitySensitiveLevel5 = 0x0000002e; |
|
246 |
|
247 |
|
248 /** |
|
249 * Vibra duration setting for logical feedback type ETouchFeedbackSensitive |
|
250 * and vibra effect level ETactileFeedbackVibraLevel1. |
|
251 * |
|
252 * Duration is given in milliseconds, and zero value will disable this |
|
253 * logical feedback type. |
|
254 * |
|
255 * Possible values are: |
|
256 * Integer values from zero upwards. |
|
257 * |
|
258 * Default value: 5 |
|
259 **/ |
|
260 const TUint32 KTactileVibraDurationSensitiveLevel1 = 0x0000002f; |
|
261 |
|
262 /** |
|
263 * Vibra duration setting for logical feedback type ETouchFeedbackSensitive |
|
264 * and vibra effect level ETactileFeedbackVibraLevel2. |
|
265 * |
|
266 * Duration is given in milliseconds, and zero value will disable this |
|
267 * logical feedback type. |
|
268 * |
|
269 * Possible values are: |
|
270 * Integer values from zero upwards. |
|
271 * |
|
272 * Default value: 10 |
|
273 **/ |
|
274 const TUint32 KTactileVibraDurationSensitiveLevel2 = 0x00000030; |
|
275 |
|
276 /** |
|
277 * Vibra duration setting for logical feedback type ETouchFeedbackSensitive |
|
278 * and vibra effect level ETactileFeedbackVibraLevel3. |
|
279 * |
|
280 * Duration is given in milliseconds, and zero value will disable this |
|
281 * logical feedback type. |
|
282 * |
|
283 * Possible values are: |
|
284 * Integer values from zero upwards. |
|
285 * |
|
286 * Default value: 15 |
210 * Default value: 15 |
287 **/ |
211 **/ |
288 const TUint32 KTactileVibraDurationSensitiveLevel3 = 0x00000031; |
212 const TUint32 KTactileVibraDurationSensitiveLevel3 = 0x0000002b; |
289 |
|
290 /** |
|
291 * Vibra duration setting for logical feedback type ETouchFeedbackSensitive |
|
292 * and vibra effect level ETactileFeedbackVibraLevel4. |
|
293 * |
|
294 * Duration is given in milliseconds, and zero value will disable this |
|
295 * logical feedback type. |
|
296 * |
|
297 * Possible values are: |
|
298 * Integer values from zero upwards. |
|
299 * |
|
300 * Default value: 20 |
|
301 **/ |
|
302 const TUint32 KTactileVibraDurationSensitiveLevel4 = 0x00000032; |
|
303 |
|
304 /** |
|
305 * Vibra duration setting for logical feedback type ETouchFeedbackSensitive |
|
306 * and vibra effect level ETactileFeedbackVibraLevel5. |
|
307 * |
|
308 * Duration is given in milliseconds, and zero value will disable this |
|
309 * logical feedback type. |
|
310 * |
|
311 * Possible values are: |
|
312 * Integer values from zero upwards. |
|
313 * |
|
314 * Default value: 25 |
|
315 **/ |
|
316 const TUint32 KTactileVibraDurationSensitiveLevel5 = 0x00000033; |
|
317 |
213 |
318 |
214 |
319 |
215 |
320 // ============================================================================= |
216 // ============================================================================= |
321 // Configuration options related to audio tone parameters |
217 // Configuration options related to audio tone parameters |
361 * Default value: 1100 |
257 * Default value: 1100 |
362 **/ |
258 **/ |
363 const TUint32 KTactileAudioToneFreqBasicLevel3 = 0x00000042; |
259 const TUint32 KTactileAudioToneFreqBasicLevel3 = 0x00000042; |
364 |
260 |
365 /** |
261 /** |
366 * Audio frequency setting for logical feedback type ETouchFeedbackBasic |
262 * Audio duration setting for logical feedback type ETouchFeedbackBasic |
367 * and audio effect level ETactileFeedbackAudioLevel4. |
263 * and audio effect level ETactileFeedbackAudioLevel1. |
|
264 * |
|
265 * Duration is given in milliseconds. |
|
266 * |
|
267 * Possible values are: |
|
268 * Zero (disables this feedback type) or positive integers |
|
269 * |
|
270 * Default value: 10 |
|
271 **/ |
|
272 const TUint32 KTactileAudioToneDurationBasicLevel1 = 0x00000043; |
|
273 |
|
274 /** |
|
275 * Audio duration setting for logical feedback type ETouchFeedbackBasic |
|
276 * and audio effect level ETactileFeedbackAudioLevel2. |
|
277 * |
|
278 * Duration is given in milliseconds. |
|
279 * |
|
280 * Possible values are: |
|
281 * Zero (disables this feedback type) or positive integers |
|
282 * |
|
283 * Default value: 10 |
|
284 **/ |
|
285 const TUint32 KTactileAudioToneDurationBasicLevel2 = 0x00000044; |
|
286 |
|
287 /** |
|
288 * Audio duration setting for logical feedback type ETouchFeedbackBasic |
|
289 * and audio effect level ETactileFeedbackAudioLevel3. |
|
290 * |
|
291 * Duration is given in milliseconds. |
|
292 * |
|
293 * Possible values are: |
|
294 * Zero (disables this feedback type) or positive integers |
|
295 * |
|
296 * Default value: 10 |
|
297 **/ |
|
298 const TUint32 KTactileAudioToneDurationBasicLevel3 = 0x00000045; |
|
299 |
|
300 /** |
|
301 * Audio volume setting for logical feedback type ETouchFeedbackBasic |
|
302 * and audio effect level ETactileFeedbackAudioLevel1. |
|
303 * |
|
304 * Volume level is given in percentages. 100% equals to |
|
305 * CMdaAudioToneUtility::MaxVolume, and 0% will disable this feedback type. |
|
306 * |
|
307 * Possible values are: |
|
308 * 0 - 100 |
|
309 * |
|
310 * Default value: 20 |
|
311 **/ |
|
312 const TUint32 KTactileAudioToneVolumeBasicLevel1 = 0x00000046; |
|
313 |
|
314 /** |
|
315 * Audio volume setting for logical feedback type ETouchFeedbackBasic |
|
316 * and audio effect level ETactileFeedbackAudioLevel2. |
|
317 * |
|
318 * Volume level is given in percentages. 100% equals to |
|
319 * CMdaAudioToneUtility::MaxVolume, and 0% will disable this feedback type. |
|
320 * |
|
321 * Possible values are: |
|
322 * 0 - 100 |
|
323 * |
|
324 * Default value: 40 |
|
325 **/ |
|
326 const TUint32 KTactileAudioToneVolumeBasicLevel2 = 0x00000047; |
|
327 |
|
328 /** |
|
329 * Audio volume setting for logical feedback type ETouchFeedbackBasic |
|
330 * and audio effect level ETactileFeedbackAudioLevel3. |
|
331 * |
|
332 * Volume level is given in percentages. 100% equals to |
|
333 * CMdaAudioToneUtility::MaxVolume, and 0% will disable this feedback type. |
|
334 * |
|
335 * Possible values are: |
|
336 * 0 - 100 |
|
337 * |
|
338 * Default value: 60 |
|
339 **/ |
|
340 const TUint32 KTactileAudioToneVolumeBasicLevel3 = 0x00000048; |
|
341 |
|
342 |
|
343 /** |
|
344 * Audio frequency setting for logical feedback type ETouchFeedbackSensitive |
|
345 * and audio effect level ETactileFeedbackAudioLevel1. |
368 * |
346 * |
369 * Frequency is given in Hz. |
347 * Frequency is given in Hz. |
370 * |
348 * |
371 * Possible values are: |
349 * Possible values are: |
372 * Positive integer values. |
350 * Positive integer values. |
373 * |
351 * |
374 * Default value: 1100 |
352 * Default value: 1100 |
375 **/ |
353 **/ |
376 const TUint32 KTactileAudioToneFreqBasicLevel4 = 0x00000043; |
354 const TUint32 KTactileAudioToneFreqSensitiveLevel1 = 0x00000049; |
377 |
355 |
378 /** |
356 /** |
379 * Audio frequency setting for logical feedback type ETouchFeedbackBasic |
357 * Audio frequency setting for logical feedback type ETouchFeedbackSensitive |
380 * and audio effect level ETactileFeedbackAudioLevel5. |
358 * and audio effect level ETactileFeedbackAudioLevel2. |
381 * |
359 * |
382 * Frequency is given in Hz. |
360 * Frequency is given in Hz. |
383 * |
361 * |
384 * Possible values are: |
362 * Possible values are: |
385 * Positive integer values. |
363 * Positive integer values. |
386 * |
364 * |
387 * Default value: 1100 |
365 * Default value: 1100 |
388 **/ |
366 **/ |
389 const TUint32 KTactileAudioToneFreqBasicLevel5 = 0x00000044; |
367 const TUint32 KTactileAudioToneFreqSensitiveLevel2 = 0x0000004a; |
390 |
368 |
391 /** |
369 /** |
392 * Audio duration setting for logical feedback type ETouchFeedbackBasic |
370 * Audio frequency setting for logical feedback type ETouchFeedbackSensitive |
|
371 * and audio effect level ETactileFeedbackAudioLevel3. |
|
372 * |
|
373 * Frequency is given in Hz. |
|
374 * |
|
375 * Possible values are: |
|
376 * Positive integer values. |
|
377 * |
|
378 * Default value: 1100 |
|
379 **/ |
|
380 const TUint32 KTactileAudioToneFreqSensitiveLevel3 = 0x0000004b; |
|
381 |
|
382 |
|
383 /** |
|
384 * Audio duration setting for logical feedback type ETouchFeedbackSensitive |
393 * and audio effect level ETactileFeedbackAudioLevel1. |
385 * and audio effect level ETactileFeedbackAudioLevel1. |
394 * |
386 * |
395 * Duration is given in milliseconds. |
387 * Duration is given in milliseconds. |
396 * |
388 * |
397 * Possible values are: |
389 * Possible values are: |
398 * Zero (disables this feedback type) or positive integers |
390 * Zero (disables this feedback type) or positive integers |
399 * |
391 * |
400 * Default value: 10 |
392 * Default value: 10 |
401 **/ |
393 **/ |
402 const TUint32 KTactileAudioToneDurationBasicLevel1 = 0x00000045; |
394 const TUint32 KTactileAudioToneDurationSensitiveLevel1 = 0x0000004c; |
403 |
395 |
404 /** |
396 /** |
405 * Audio duration setting for logical feedback type ETouchFeedbackBasic |
397 * Audio duration setting for logical feedback type ETouchFeedbackSensitive |
406 * and audio effect level ETactileFeedbackAudioLevel2. |
398 * and audio effect level ETactileFeedbackAudioLevel2. |
407 * |
399 * |
408 * Duration is given in milliseconds. |
400 * Duration is given in milliseconds. |
409 * |
401 * |
410 * Possible values are: |
402 * Possible values are: |
411 * Zero (disables this feedback type) or positive integers |
403 * Zero (disables this feedback type) or positive integers |
412 * |
404 * |
413 * Default value: 10 |
405 * Default value: 10 |
414 **/ |
406 **/ |
415 const TUint32 KTactileAudioToneDurationBasicLevel2 = 0x00000046; |
407 const TUint32 KTactileAudioToneDurationSensitiveLevel2 = 0x0000004d; |
416 |
408 |
417 /** |
409 /** |
418 * Audio duration setting for logical feedback type ETouchFeedbackBasic |
410 * Audio duration setting for logical feedback type ETouchFeedbackSensitive |
419 * and audio effect level ETactileFeedbackAudioLevel3. |
411 * and audio effect level ETactileFeedbackAudioLevel3. |
420 * |
412 * |
421 * Duration is given in milliseconds. |
413 * Duration is given in milliseconds. |
422 * |
414 * |
423 * Possible values are: |
415 * Possible values are: |
424 * Zero (disables this feedback type) or positive integers |
416 * Zero (disables this feedback type) or positive integers |
425 * |
417 * |
426 * Default value: 10 |
418 * Default value: 10 |
427 **/ |
419 **/ |
428 const TUint32 KTactileAudioToneDurationBasicLevel3 = 0x00000047; |
420 const TUint32 KTactileAudioToneDurationSensitiveLevel3 = 0x0000004e; |
429 |
421 |
430 /** |
422 /** |
431 * Audio duration setting for logical feedback type ETouchFeedbackBasic |
423 * Audio volume setting for logical feedback type ETouchFeedbackSensitive |
432 * and audio effect level ETactileFeedbackAudioLevel4. |
|
433 * |
|
434 * Duration is given in milliseconds. |
|
435 * |
|
436 * Possible values are: |
|
437 * Zero (disables this feedback type) or positive integers |
|
438 * |
|
439 * Default value: 10 |
|
440 **/ |
|
441 const TUint32 KTactileAudioToneDurationBasicLevel4 = 0x00000048; |
|
442 |
|
443 /** |
|
444 * Audio duration setting for logical feedback type ETouchFeedbackBasic |
|
445 * and audio effect level ETactileFeedbackAudioLevel5. |
|
446 * |
|
447 * Duration is given in milliseconds. |
|
448 * |
|
449 * Possible values are: |
|
450 * Zero (disables this feedback type) or positive integers |
|
451 * |
|
452 * Default value: 10 |
|
453 **/ |
|
454 const TUint32 KTactileAudioToneDurationBasicLevel5 = 0x00000049; |
|
455 |
|
456 /** |
|
457 * Audio volume setting for logical feedback type ETouchFeedbackBasic |
|
458 * and audio effect level ETactileFeedbackAudioLevel1. |
424 * and audio effect level ETactileFeedbackAudioLevel1. |
459 * |
425 * |
460 * Volume level is given in percentages. 100% equals to |
426 * Volume level is given in percentages. 100% equals to |
461 * CMdaAudioToneUtility::MaxVolume, and 0% will disable this feedback type. |
427 * CMdaAudioToneUtility::MaxVolume, and 0% will disable this feedback type. |
462 * |
428 * |
463 * Possible values are: |
429 * Possible values are: |
464 * 0 - 100 |
430 * 0 - 100 |
465 * |
431 * |
466 * Default value: 20 |
432 * Default value: 10 |
467 **/ |
433 **/ |
468 const TUint32 KTactileAudioToneVolumeBasicLevel1 = 0x0000004a; |
434 const TUint32 KTactileAudioToneVolumeSensitiveLevel1 = 0x0000004f; |
469 |
435 |
470 /** |
436 /** |
471 * Audio volume setting for logical feedback type ETouchFeedbackBasic |
437 * Audio volume setting for logical feedback type ETouchFeedbackSensitive |
472 * and audio effect level ETactileFeedbackAudioLevel2. |
438 * and audio effect level ETactileFeedbackAudioLevel2. |
473 * |
439 * |
474 * Volume level is given in percentages. 100% equals to |
440 * Volume level is given in percentages. 100% equals to |
475 * CMdaAudioToneUtility::MaxVolume, and 0% will disable this feedback type. |
441 * CMdaAudioToneUtility::MaxVolume, and 0% will disable this feedback type. |
476 * |
442 * |
477 * Possible values are: |
443 * Possible values are: |
478 * 0 - 100 |
444 * 0 - 100 |
|
445 * |
|
446 * Default value: 25 |
|
447 **/ |
|
448 const TUint32 KTactileAudioToneVolumeSensitiveLevel2 = 0x00000050; |
|
449 |
|
450 /** |
|
451 * Audio volume setting for logical feedback type ETouchFeedbackSensitive |
|
452 * and audio effect level ETactileFeedbackAudioLevel3. |
|
453 * |
|
454 * Volume level is given in percentages. 100% equals to |
|
455 * CMdaAudioToneUtility::MaxVolume, and 0% will disable this feedback type. |
|
456 * |
|
457 * Possible values are: |
|
458 * 0 - 100 |
479 * |
459 * |
480 * Default value: 40 |
460 * Default value: 40 |
481 **/ |
461 **/ |
482 const TUint32 KTactileAudioToneVolumeBasicLevel2 = 0x0000004b; |
462 const TUint32 KTactileAudioToneVolumeSensitiveLevel3 = 0x00000051; |
483 |
|
484 /** |
|
485 * Audio volume setting for logical feedback type ETouchFeedbackBasic |
|
486 * and audio effect level ETactileFeedbackAudioLevel3. |
|
487 * |
|
488 * Volume level is given in percentages. 100% equals to |
|
489 * CMdaAudioToneUtility::MaxVolume, and 0% will disable this feedback type. |
|
490 * |
|
491 * Possible values are: |
|
492 * 0 - 100 |
|
493 * |
|
494 * Default value: 60 |
|
495 **/ |
|
496 const TUint32 KTactileAudioToneVolumeBasicLevel3 = 0x0000004c; |
|
497 |
|
498 /** |
|
499 * Audio volume setting for logical feedback type ETouchFeedbackBasic |
|
500 * and audio effect level ETactileFeedbackAudioLevel4. |
|
501 * |
|
502 * Volume level is given in percentages. 100% equals to |
|
503 * CMdaAudioToneUtility::MaxVolume, and 0% will disable this feedback type. |
|
504 * |
|
505 * Possible values are: |
|
506 * 0 - 100 |
|
507 * |
|
508 * Default value: 80 |
|
509 **/ |
|
510 const TUint32 KTactileAudioToneVolumeBasicLevel4 = 0x0000004d; |
|
511 |
|
512 /** |
|
513 * Audio volume setting for logical feedback type ETouchFeedbackBasic |
|
514 * and audio effect level ETactileFeedbackAudioLevel5. |
|
515 * |
|
516 * Volume level is given in percentages. 100% equals to |
|
517 * CMdaAudioToneUtility::MaxVolume, and 0% will disable this feedback type. |
|
518 * |
|
519 * Possible values are: |
|
520 * 0 - 100 |
|
521 * |
|
522 * Default value: 100 |
|
523 **/ |
|
524 const TUint32 KTactileAudioToneVolumeBasicLevel5 = 0x0000004e; |
|
525 |
|
526 |
|
527 /** |
|
528 * Audio frequency setting for logical feedback type ETouchFeedbackSensitive |
|
529 * and audio effect level ETactileFeedbackAudioLevel1. |
|
530 * |
|
531 * Frequency is given in Hz. |
|
532 * |
|
533 * Possible values are: |
|
534 * Positive integer values. |
|
535 * |
|
536 * Default value: 1100 |
|
537 **/ |
|
538 const TUint32 KTactileAudioToneFreqSensitiveLevel1 = 0x0000004f; |
|
539 |
|
540 /** |
|
541 * Audio frequency setting for logical feedback type ETouchFeedbackSensitive |
|
542 * and audio effect level ETactileFeedbackAudioLevel2. |
|
543 * |
|
544 * Frequency is given in Hz. |
|
545 * |
|
546 * Possible values are: |
|
547 * Positive integer values. |
|
548 * |
|
549 * Default value: 1100 |
|
550 **/ |
|
551 const TUint32 KTactileAudioToneFreqSensitiveLevel2 = 0x00000050; |
|
552 |
|
553 /** |
|
554 * Audio frequency setting for logical feedback type ETouchFeedbackSensitive |
|
555 * and audio effect level ETactileFeedbackAudioLevel3. |
|
556 * |
|
557 * Frequency is given in Hz. |
|
558 * |
|
559 * Possible values are: |
|
560 * Positive integer values. |
|
561 * |
|
562 * Default value: 1100 |
|
563 **/ |
|
564 const TUint32 KTactileAudioToneFreqSensitiveLevel3 = 0x00000051; |
|
565 |
|
566 /** |
|
567 * Audio frequency setting for logical feedback type ETouchFeedbackSensitive |
|
568 * and audio effect level ETactileFeedbackAudioLevel4. |
|
569 * |
|
570 * Frequency is given in Hz. |
|
571 * |
|
572 * Possible values are: |
|
573 * Positive integer values. |
|
574 * |
|
575 * Default value: 1100 |
|
576 **/ |
|
577 const TUint32 KTactileAudioToneFreqSensitiveLevel4 = 0x00000052; |
|
578 |
|
579 /** |
|
580 * Audio frequency setting for logical feedback type ETouchFeedbackSensitive |
|
581 * and audio effect level ETactileFeedbackAudioLevel5. |
|
582 * |
|
583 * Frequency is given in Hz. |
|
584 * |
|
585 * Possible values are: |
|
586 * Positive integer values. |
|
587 * |
|
588 * Default value: 1100 |
|
589 **/ |
|
590 const TUint32 KTactileAudioToneFreqSensitiveLevel5 = 0x00000053; |
|
591 |
|
592 |
|
593 /** |
|
594 * Audio duration setting for logical feedback type ETouchFeedbackSensitive |
|
595 * and audio effect level ETactileFeedbackAudioLevel1. |
|
596 * |
|
597 * Duration is given in milliseconds. |
|
598 * |
|
599 * Possible values are: |
|
600 * Zero (disables this feedback type) or positive integers |
|
601 * |
|
602 * Default value: 10 |
|
603 **/ |
|
604 const TUint32 KTactileAudioToneDurationSensitiveLevel1 = 0x00000054; |
|
605 |
|
606 /** |
|
607 * Audio duration setting for logical feedback type ETouchFeedbackSensitive |
|
608 * and audio effect level ETactileFeedbackAudioLevel2. |
|
609 * |
|
610 * Duration is given in milliseconds. |
|
611 * |
|
612 * Possible values are: |
|
613 * Zero (disables this feedback type) or positive integers |
|
614 * |
|
615 * Default value: 10 |
|
616 **/ |
|
617 const TUint32 KTactileAudioToneDurationSensitiveLevel2 = 0x00000055; |
|
618 |
|
619 /** |
|
620 * Audio duration setting for logical feedback type ETouchFeedbackSensitive |
|
621 * and audio effect level ETactileFeedbackAudioLevel3. |
|
622 * |
|
623 * Duration is given in milliseconds. |
|
624 * |
|
625 * Possible values are: |
|
626 * Zero (disables this feedback type) or positive integers |
|
627 * |
|
628 * Default value: 10 |
|
629 **/ |
|
630 const TUint32 KTactileAudioToneDurationSensitiveLevel3 = 0x00000056; |
|
631 |
|
632 /** |
|
633 * Audio duration setting for logical feedback type ETouchFeedbackSensitive |
|
634 * and audio effect level ETactileFeedbackAudioLevel4. |
|
635 * |
|
636 * Duration is given in milliseconds. |
|
637 * |
|
638 * Possible values are: |
|
639 * Zero (disables this feedback type) or positive integers |
|
640 * |
|
641 * Default value: 10 |
|
642 **/ |
|
643 const TUint32 KTactileAudioToneDurationSensitiveLevel4 = 0x00000057; |
|
644 |
|
645 /** |
|
646 * Audio duration setting for logical feedback type ETouchFeedbackSensitive |
|
647 * and audio effect level ETactileFeedbackAudioLevel5. |
|
648 * |
|
649 * Duration is given in milliseconds. |
|
650 * |
|
651 * Possible values are: |
|
652 * Zero (disables this feedback type) or positive integers |
|
653 * |
|
654 * Default value: 10 |
|
655 **/ |
|
656 const TUint32 KTactileAudioToneDurationSensitiveLevel5 = 0x00000058; |
|
657 |
|
658 /** |
|
659 * Audio volume setting for logical feedback type ETouchFeedbackSensitive |
|
660 * and audio effect level ETactileFeedbackAudioLevel1. |
|
661 * |
|
662 * Volume level is given in percentages. 100% equals to |
|
663 * CMdaAudioToneUtility::MaxVolume, and 0% will disable this feedback type. |
|
664 * |
|
665 * Possible values are: |
|
666 * 0 - 100 |
|
667 * |
|
668 * Default value: 10 |
|
669 **/ |
|
670 const TUint32 KTactileAudioToneVolumeSensitiveLevel1 = 0x00000059; |
|
671 |
|
672 /** |
|
673 * Audio volume setting for logical feedback type ETouchFeedbackSensitive |
|
674 * and audio effect level ETactileFeedbackAudioLevel2. |
|
675 * |
|
676 * Volume level is given in percentages. 100% equals to |
|
677 * CMdaAudioToneUtility::MaxVolume, and 0% will disable this feedback type. |
|
678 * |
|
679 * Possible values are: |
|
680 * 0 - 100 |
|
681 * |
|
682 * Default value: 25 |
|
683 **/ |
|
684 const TUint32 KTactileAudioToneVolumeSensitiveLevel2 = 0x0000005a; |
|
685 |
|
686 /** |
|
687 * Audio volume setting for logical feedback type ETouchFeedbackSensitive |
|
688 * and audio effect level ETactileFeedbackAudioLevel3. |
|
689 * |
|
690 * Volume level is given in percentages. 100% equals to |
|
691 * CMdaAudioToneUtility::MaxVolume, and 0% will disable this feedback type. |
|
692 * |
|
693 * Possible values are: |
|
694 * 0 - 100 |
|
695 * |
|
696 * Default value: 40 |
|
697 **/ |
|
698 const TUint32 KTactileAudioToneVolumeSensitiveLevel3 = 0x0000005b; |
|
699 |
|
700 /** |
|
701 * Audio volume setting for logical feedback type ETouchFeedbackSensitive |
|
702 * and audio effect level ETactileFeedbackAudioLevel4. |
|
703 * |
|
704 * Volume level is given in percentages. 100% equals to |
|
705 * CMdaAudioToneUtility::MaxVolume, and 0% will disable this feedback type. |
|
706 * |
|
707 * Possible values are: |
|
708 * 0 - 100 |
|
709 * |
|
710 * Default value: 55 |
|
711 **/ |
|
712 const TUint32 KTactileAudioToneVolumeSensitiveLevel4 = 0x0000005c; |
|
713 |
|
714 /** |
|
715 * Audio volume setting for logical feedback type ETouchFeedbackSensitive |
|
716 * and audio effect level ETactileFeedbackAudioLevel5. |
|
717 * |
|
718 * Volume level is given in percentages. 100% equals to |
|
719 * CMdaAudioToneUtility::MaxVolume, and 0% will disable this feedback type. |
|
720 * |
|
721 * Possible values are: |
|
722 * 0 - 100 |
|
723 * |
|
724 * Default value: 70 |
|
725 **/ |
|
726 const TUint32 KTactileAudioToneVolumeSensitiveLevel5 = 0x0000005d; |
|
727 |
463 |
728 // ============================================================================= |
464 // ============================================================================= |
729 // Configuration options related to audio .wav feedback |
465 // Configuration options related to audio .wav feedback |
730 // |
466 // |
731 // These settings are customizable but not changeable by end user |
467 // These settings are customizable but not changeable by end user |