<?xml version="1.0" encoding="UTF-8"?>
<component name="WriteVideoPosition" extends="Task">
	
	<script type="text/brightscript" uri="pkg:/components/generalUtils.brs"/>
	<script type="text/brightscript">
		<![CDATA[
		sub init()
		    ''print "In WriteVideoPosition"
		    m.top.functionName = "write"
		end sub
		
		sub write()
		    'print "WriteVideoPosition.xml - [write]"
		    RegWrite(m.top.cve, m.top.pos.toStr(), m.top.section)
		end sub
		]]>
	</script>
	<interface>
		<field id="cve" type="string"/>
		<field id="section" type="string"/>
		<field id="pos" type="int"/>
	</interface>
</component>
