jf-roku/components/JFVideo.xml

22 lines
916 B
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8" ?>
<component name="JFVideo" extends="Video">
<interface>
<field id="backPressed" type="boolean" alwaysNotify="true" />
<field id="selectSubtitlePressed" type="boolean" alwaysNotify="true" />
2020-02-17 19:30:04 +00:00
<field id="PlaySessionId" type="string" />
2020-02-29 03:13:12 +00:00
<field id="Subtitles" type="array" />
<field id="SelectedSubtitle" type="integer" />
<field id="captionMode" type="string" />
<field id="transcodeParams" type="associativearray" />
<field id="container" type="string" />
<field id="directPlaySupported" type="boolean" />
<field id="decodeAudioSupported" type="boolean" />
<field id="isTranscoded" type="boolean" />
<field id="systemOverlay" type="boolean" value="false" />
</interface>
<script type="text/brightscript" uri="JFVideo.brs" />
2020-02-17 19:30:04 +00:00
<children>
<timer id="playbackTimer" repeat="true" duration="30" />
</children>
</component>