<?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.dx.videoout" module="jit" category="Jitter Devices">
	<digest>
		Output video to DirectX (Windows)
	</digest>
	<description>
		The <o>jit.dx.videoout</o> object takes a matrix as input, compresses the data and sends it directly over FireWire to an attached DV camera.
	</description>
	<!--METADATA-->
	<metadatalist>
		<metadata name="author">
			Cycling '74
		</metadata>
		<metadata name="tag">
			Jitter
		</metadata>
		<metadata name="tag">
			Jitter Devices
		</metadata>
	</metadatalist>
	<!--INLETS-->
	<inletlist>
		<inlet id="0" type="matrix">
			<digest>
				(matrix) 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>
				(matrix) 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="open">
			<arglist />
			<digest>
				Open a connection to a device
			</digest>
			<description>
				Opens a connection to a FireWire device for video output. You must open the connection before the <o>jit.dx.videoout</o> object does anything.
			</description>
		</method>
		<method name="close">
			<arglist />
			<digest>
				Close the connection to an open device
			</digest>
			<description>
				Closes the connection to an open FireWire device. The connection is automatically closed when the object is freed.
			</description>
		</method>
	</methodlist>
	<jittermethodlist>
		<jittermethod name="bang" />
		<jittermethod name="jit_matrix" />
		<jittermethod name="outputmatrix" />
		<jittermethod name="clear" />
		<jittermethod name="getattributes" />
		<jittermethod name="getstate" />
		<jittermethod name="summary" />
		<jittermethod name="importattrs" />
		<jittermethod name="exportattrs" />
		<jittermethod name="exportsummary" />
	</jittermethodlist>
	<!--ATTRIBUTES-->
	<!--EXAMPLE-->
	<examplelist>
		<example caption="" />
	</examplelist>
	<!--SEEALSO-->
	<seealsolist>
		<seealso name="jit.qt.effect" />
		<seealso name="jit.dx.grab" />
		<seealso name="jit.qt.grab" />
		<seealso name="jit.qt.movie" />
		<seealso name="jit.qt.record" />
		<seealso name="jit.qt.videoout" />
	</seealsolist>
	<discussion>
		MACINTOSH USERS: The <o>jit.dx.videoout</o> object uses DirectX, and is Windows-only. Please refer to the <o>jit.qt.videoout</o> object.
	</discussion>
</c74object>
