home *** CD-ROM | disk | FTP | other *** search
/ Clickx 75 / Clickx 75.iso / software / expressionweb / expressionwebv3 / ExpressionWeb_en.exe / Setup / WeImp.cab / PsdImaging.dll / XML / MULTIPLEXEREFFECT.XML < prev    next >
Encoding:
Extensible Markup Language  |  2009-07-15  |  507 b   |  12 lines

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <effect label="MultiplexerEffect">
  3.     <description>
  4.         The MultiplexerEffect takes multiple input buffers, but only passes one through to the output.
  5.         It does not perform any rendering, it simply passes the buffer along.
  6.     </description>
  7.     <property name="OutputIndex" type="int" default="0">
  8.         <comment>
  9.             This property selects what input buffer is passed through to the output.
  10.         </comment>
  11.     </property>
  12. </effect>