build: Get rid of gst-convenience warning
[gupnp:gupnp-dlna.git] / data / amr.xml
1 <?xml version="1.0"?>
2
3 <dlna-profiles>
4   <include ref="common.xml" />
5
6   <dlna-profile name="AMR_3GPP" mime="audio/mp4" id="AMR_3GPP">
7     <parent name="MP4" />
8
9     <restriction type="audio">
10       <field name="name" type="string">
11         <value>audio/AMR</value>
12       </field>
13       <!-- 
14         Sample rate, bitrate and number of channels - all values permitted by
15         the AMR spec are also permitted by the DLNA spec
16       -->
17     </restriction>
18   </dlna-profile>
19
20   <dlna-profile name="AMR_3GPP" mime="audio/mp4" base-profile="AMR_3GPP">
21     <parent name="QT" />
22   </dlna-profile>
23
24   <dlna-profile name="AMR_3GPP" mime="audio/3gpp" base-profile="AMR_3GPP">
25     <parent name="3GP" />
26   </dlna-profile>
27
28   <dlna-profile name="AMR_WBplus" mime="audio/mp4">
29     <restriction type="container">
30       <parent name="3GP" />
31
32       <field name="profile" type="string">
33         <value>basic</value>
34         <value>progressive-download</value>
35       </field>
36     </restriction>
37
38     <restriction type="audio">
39       <field name="name" type="string">
40         <value>audio/AMR-WB</value>
41       </field>
42       <field name="rate" type="int">
43         <value>8000</value>
44         <value>16000</value>
45         <value>24000</value>
46         <value>32000</value>
47         <value>48000</value>
48       </field>
49       <!-- 
50         Bitrate and number of channels - all values permitted by the AMR spec
51         are also permitted by the DLNA spec
52       -->
53     </restriction>
54   </dlna-profile>
55 </dlna-profiles>