summaryrefslogtreecommitdiff
path: root/data/ac3.xml
blob: 564681843e4bef43a5349ad7b3adbbdb49edb882 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?xml version="1.0"?>

<dlna-profiles>
  <restrictions>
    <restriction id="AC3" type="audio">
      <field name="name" type="string">
	<value>audio/x-ac3</value>
      </field>
      <field name="rate" type="int">
	<value>32000</value>
	<value>44100</value>
	<value>48000</value>
      </field>
      <field name="channels" type="int">
	<!-- XXX: need to verify channel mapping -->
	<range min="1" max="6"/>
      </field>
      <field name="bitrate" type="int">
	<range min="64000" max="640000"/>
      </field>
    </restriction>
  </restrictions>

  <dlna-profile name="AC3" mime="audio/vnd.dolby.dd-raw">
    <parent name="AC3" />
  </dlna-profile>
</dlna-profiles>