<?xml version="1.0"?>
<items>
	<item type="settings" position="label-left" labelWidth="90" inputWidth="160"/>
	<item type="label" label="Audio settings"/>
	<item type="combo" label="Format" comboType="checkbox" name="format">
		<option value="AAC" text="AAC"/>
		<option value="AC3" text="AC3" checked="true" selected="true"/>
		<option value="MP3" text="MP3" checked="true"/>
		<option value="FLAC" text="FLAC"/>
	</item>
	<item type="combo" label="Bitrate" comboType="checkbox" name="a_bitrate">
		<option text="128 kbps" value="128"/>
		<option text="160 kbps" value="160" checked="true"/>
		<option text="256 kbps" value="256" checked="true"/>
		<option text="320 kbps" value="320" selected="true"/>
		<option text="448 kbps" value="448" checked="true"/>
	</item>
	<item type="combo" label="Channels" comboType="checkbox" name="channels">
		<option text="2.0 Stereo" value="2_0" checked="true"/>
		<option text="5.1 Dolby Digital" value="5_1" selected="true" checked="true"/>
	</item>
</items>
