13 lines
424 B
XML
13 lines
424 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<component name="JFVideo" extends="Video">
|
|
<interface>
|
|
<field id="backPressed" type="boolean" alwaysNotify="true" />
|
|
<field id="PlaySessionId" type="string" />
|
|
<field id="Subtitles" type="array" />
|
|
</interface>
|
|
<script type="text/brightscript" uri="JFVideo.brs" />
|
|
<children>
|
|
<timer id="playbackTimer" repeat="true" duration="30" />
|
|
</children>
|
|
</component>
|