<?xml version="1.0" encoding="utf-8" standalone="yes"?>

<?xml-stylesheet href="./_c74_ref.xsl" type="text/xsl"?>

<!--This is an automatically generated file. DO NOT EDIT THIS FILE DIRECTLY. Rather, use the _ref.xml files found in the 'edits' folder.-->
<c74object name="jit.qt.videoout" module="jit" category="Jitter Devices, Jitter QuickTime">
	<digest>
		Output video to QuickTime video output component
	</digest>
	<description>
		<o>jit.qt.videoout</o> takes a matrix as input, compresses the data and sends it directly to a video output component (VOC).
	</description>
	<!--METADATA-->
	<metadatalist>
		<metadata name="author">
			Cycling '74
		</metadata>
		<metadata name="tag">
			Jitter
		</metadata>
		<metadata name="tag">
			Jitter Devices
		</metadata>
		<metadata name="tag">
			Jitter QuickTime
		</metadata>
	</metadatalist>
	<!--INLETS-->
	<inletlist>
		<inlet id="0" type="matrix">
			<digest>
				in
			</digest>
			<description>
				TEXT_HERE
			</description>
		</inlet>
		<inlet id="1" type="matrix">
			<digest>
			</digest>
			<description>
				TEXT_HERE
			</description>
		</inlet>
	</inletlist>
	<!--OUTLETS-->
	<outletlist>
		<outlet id="0" type="matrix">
			<digest>
				out
			</digest>
			<description>
				TEXT_HERE
			</description>
		</outlet>
		<outlet id="1" type="matrix">
			<digest>
				dumpout
			</digest>
			<description>
				TEXT_HERE
			</description>
		</outlet>
	</outletlist>
	<!--MOP-->
	<mop matrixinputcount="1" matrixoutputcount="1">
		<matrixoutput name="out" planelink="1" typelink="1" dimlink="1" minplanecount="1" maxplanecount="32" mindimcount="1" maxdimcount="32">
			<types>
				char long float32 float64
			</types>
		</matrixoutput>
	</mop>
	<!--MESSAGES-->
	<methodlist>
		<method name="close">
			<arglist />
			<digest>
				Close a connection to a video output component
			</digest>
			<description>
				Closes the connection to an open video output component. The connection is automatically closed when the object is freed.
			</description>
		</method>
		<method name="getvoclist">
			<arglist />
			<digest>
				Report the list of available video output components
			</digest>
			<description>
				Sends a list of the available video output components out the object's right outlet.
			</description>
		</method>
		<method name="getvocmodes">
			<arglist />
			<digest>
				Report the list of available video output component modes
			</digest>
			<description>
				Sends a list of the available video output component modes out the object's right outlet. (e.g. the FireWire DV VOC offers NTSC and PAL modes)
			</description>
		</method>
		<method name="open">
			<arglist />
			<digest>
				Open a connection to a video output component
			</digest>
			<description>
				Opens a component connection for video output. You must open the connection before the <o>jit.qt.videoout</o> object does anything.
			</description>
		</method>
	</methodlist>
	<jittermethodlist>
		<jittermethod name="bang" />
		<jittermethod name="clear" />
		<jittermethod name="exportattrs" />
		<jittermethod name="exportsummary" />
		<jittermethod name="getattributes" />
		<jittermethod name="getstate" />
		<jittermethod name="jit_matrix" />
		<jittermethod name="importattrs" />
		<jittermethod name="outputmatrix" />
		<jittermethod name="summary" />
	</jittermethodlist>
	<!--ATTRIBUTES-->
	<attributelist>
		<attribute name="codecquality" get="1" set="1" type="int" size="1">
			<digest>
				Codec quality
			</digest>
			<description>
				Codec quality (default = 2 (normal))
				<br />
				0 = minimum
				<br />
				1 = low
				<br />
				2 = normal
				<br />
				3 = high
				<br />
				4 = maximum
				<br />
				5 = lossless
				<br />
				<br />
				Note that minimum quality is, in many cases, the codec's default quality. Use &quot;low&quot; quality for consistent results.
			</description>
		</attribute>
		<attribute name="colormode" get="1" set="1" type="symbol" size="1">
			<digest>
				Color mode
			</digest>
			<description>
				Sets the color mode (argb or uyvy).
			</description>
		</attribute>
		<attribute name="voc" get="1" set="1" type="int" size="1">
			<digest>
				Currently selected video output component
			</digest>
			<description>
				The currently selected video output component (default = 0)
			</description>
		</attribute>
		<attribute name="vocmode" get="1" set="1" type="int" size="1">
			<digest>
				Current video output component
			</digest>
			<description>
				The current video output component (VOC) mode (default = component dependent)
			</description>
		</attribute>
	</attributelist>
	<jitterattributelist>
		<jitterattribute name="outputmode" />
		<jitterattribute name="adapt" />
		<jitterattribute name="out_name" />
		<jitterattribute name="type" />
		<jitterattribute name="dim" />
		<jitterattribute name="planecount" />
	</jitterattributelist>
	<!--EXAMPLE-->
	<examplelist>
		<example img="jit.qt.videoout.png" />
	</examplelist>
	<!--SEEALSO-->
	<seealsolist>
		<seealso name="jit.qt.effect" />
		<seealso name="jit.qt.grab" />
		<seealso name="jit.qt.movie" />
		<seealso name="jit.qt.record" />
		<seealso module="jit" name="jitterchapter22" type="tutorial" />
	</seealsolist>
	<discussion>
		Supported video output components include DV cameras (via the FireWire VOC) or special video cards (such as the Matrox RT).
		<br />
		<br />
		<b>WINDOWS USERS: This object is currently unsupported.</b> 
	</discussion>
</c74object>
