equal
deleted
inserted
replaced
|
1 # play.cif |
|
2 # |
|
3 # Copyright (c) 2010 Accenture. All rights reserved. |
|
4 # This component and the accompanying materials are made available |
|
5 # under the terms of the "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 # Accenture - Initial contribution |
|
11 # |
|
12 |
|
13 ==name play |
|
14 |
|
15 ==short-description |
|
16 |
|
17 Plays an audio file using the Symbian OS Multi-Media Framework. |
|
18 |
|
19 ==argument filename file_name optional |
|
20 |
|
21 The name of the file to be played. Must be specified unless C<--max-volume> is used. |
|
22 |
|
23 ==option int p priority |
|
24 |
|
25 Specifies the audio priority to use for playback. |
|
26 |
|
27 ==option int f preference |
|
28 |
|
29 Sepcifies the audio priority preferense for playback. |
|
30 |
|
31 ==option int V volume |
|
32 |
|
33 Specifies the audio volume to use for playback. To find the maximum valid value for this value, use option C<--max-volume>. |
|
34 |
|
35 ==option bool v verbose |
|
36 |
|
37 Display more detailed output. |
|
38 |
|
39 ==option bool m max-volume |
|
40 |
|
41 Display the maximum valid volume level, then exit. |
|
42 |
|
43 ==copyright |
|
44 |
|
45 Copyright (c) 2005-2010 Accenture. All rights reserved. |
|
46 |