home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / soundCD_1.03.iso / players / WinAmp / winamp3_0-full.exe / Wacs / xml / directsound / directsound-prefs.xml
Extensible Markup Language  |  2002-07-30  |  3KB  |  58 lines

  1. <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
  2. <WinampAbstractionLayer version="0.7">
  3.  
  4. <groupdef id="winamp.preferences.directsound.buffersize.content" autoheightsource="bufsize.slider">
  5.   <Wasabi:HSlider id="bufsize.slider"
  6.     x="0" y="0"
  7.     w="0" h="15"
  8.     relatw="1"
  9.     low="100" high="10000" cfgattrib="{F6FE7F49-B017-4BCC-842C-2FFA842FB033};Buffer length (ms)"
  10.   />      
  11. </groupdef>
  12.  
  13. <groupdef id="winamp.preferences.directsound.prebuffer.content" autoheightsource="bufsize.slider">
  14.   <Wasabi:HSlider id="bufsize.slider"
  15.     x="0" y="0"
  16.     w="0" h="15"
  17.     relatw="1"
  18.     low="100" high="10000" cfgattrib="{F6FE7F49-B017-4BCC-842C-2FFA842FB033};Prebuffer (ms)"
  19.   />      
  20. </groupdef>
  21.  
  22. <groupdef id="winamp.preferences.directsound.device.content" h="24">
  23.  
  24.   <Wasabi:Dropdownlist id="winamp.preferences.directsound.device.list" feed="DirectSound:DEVICES" x="0" y="0" w="0" relatw="1" h="20" cfgattrib="{F6FE7F49-B017-4bcc-842C-2FFA842FB033};Device" />
  25.   <Parameters:Devices target="winamp.preferences.directsound.device.list"/>
  26.  
  27. </groupdef>
  28.  
  29.  
  30. <groupdef id="winamp.preferences.directsound.content" name="DirectSound" >
  31.   <Wasabi:CheckBox x="3" y="0" text="Enable DirectSound Output"
  32.     cfgattrib="{FC3EAF78-C66E-4ED2-A0AA-1494DFCC13FF};DirectSound output"
  33.   />
  34.  
  35.   <Wasabi:TitleBox x="3" y="16" w="-6" relatw="1" id="device" title="Output Device" content="winamp.preferences.directsound.device.content" />
  36.  
  37.   <Wasabi:TitleBox x="3" y="68" w="-6" relatw="1" id="buffersize" title="Buffer Size" content="winamp.preferences.directsound.buffersize.content" />
  38.   <script file="../winamp/scripts/titleboxslidercb.maki" param="buffersize;slider.button; : ;ms" />
  39.  
  40.   <Wasabi:TitleBox x="3" y="112" w="-6" relatw="1" id="prebuffer" title="Prebuffer Size" content="winamp.preferences.directsound.prebuffer.content" />
  41.   <script file="../winamp/scripts/titleboxslidercb.maki" param="prebuffer;slider.button; : ;ms" />
  42.  
  43.   <Wasabi:CheckBox x="3" y="160" text="Create primary buffer (allows DirectSound to work on older sound cards)"
  44.     cfgattrib="{CBDF55F4-6EB6-45c1-B1DF-7A9F95C33758};Create primary buffer"
  45.   />
  46.  
  47.   <Wasabi:CheckBox x="3" y="176" text="Enable audio fades on play, pause, stop, next and previous."
  48.     cfgattrib="{4D981DA3-F75D-431A-B617-46F3E45D2A1F};Use fades"
  49.   />
  50.  
  51.  
  52. </groupdef>
  53.  
  54. <groupdef id="winamp.preferences.directsound" name="DirectSound" >
  55.   <Wasabi:TitleBox x="0" y="0" w="0" h="0" relatw="1" relath="1" title="DirectSound" content="winamp.preferences.directsound.content" />
  56. </groupdef>
  57.  
  58. </WinampAbstractionLayer>