1 #/* |
|
2 #* Copyright (c) 2009 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: |
|
15 #* |
|
16 #*/ |
|
17 #============================================================================>| |
|
18 # Must not exceed 80 chars each line=========================================>| |
|
19 #============================================================================>| |
|
20 <mediaplayer> |
|
21 <mmf> |
|
22 <urischeme> |
|
23 # Num of entries followed by actual entries all ending with a comma |
|
24 6,file,http,rtsp,rtspu,rtspt,mms, |
|
25 </urischeme> |
|
26 <fileext> |
|
27 15,3gp,wma,wmv,wav,amr,mp3,mp4,rm,ra,avi,mkv,aac,mid,awb,3g2, |
|
28 </fileext> |
|
29 </mmf> |
|
30 |
|
31 <gst> |
|
32 <urischeme> |
|
33 # Num of entries followed by actual entries all ending with a comma |
|
34 0, |
|
35 </urischeme> |
|
36 <fileext> |
|
37 0, |
|
38 </fileext> |
|
39 </gst> |
|
40 </mediaplayer> |
|
41 |
|
42 <mediarecorder> |
|
43 <mmf> |
|
44 <urischeme> |
|
45 # Num of entries followed by actual entries all ending with a comma |
|
46 0, |
|
47 </urischeme> |
|
48 <fileext> |
|
49 0, |
|
50 </fileext> |
|
51 </mmf> |
|
52 |
|
53 <gst> |
|
54 <urischeme> |
|
55 # Num of entries followed by actual entries all ending with a comma |
|
56 1,file, |
|
57 </urischeme> |
|
58 <fileext> |
|
59 3,wav,amr,mp4, |
|
60 </fileext> |
|
61 </gst> |
|
62 </mediarecorder> |
|