jf-roku/components/JFVideo.xml

30 lines
1.1 KiB
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="container" type="string" />
<field id="directPlaySupported" type="boolean" />
<field id="systemOverlay" type="boolean" value="false" />
2020-11-30 07:46:20 +00:00
<field id="showID" type="string" />
2021-06-12 15:03:47 +00:00
<field id="transcodeParams" type="assocarray" />
<field id="isTranscoded" type="boolean" />
<field id="transcodeReasons" type="array" />
<field id="videoId" type="string" />
<field id="mediaSourceId" type="string" />
<field id="audioIndex" type="integer" />
</interface>
<script type="text/brightscript" uri="JFVideo.brs" />
2020-02-17 19:30:04 +00:00
<children>
<timer id="playbackTimer" repeat="true" duration="30" />
<timer id="bufferCheckTimer" repeat="true" />
2020-02-17 19:30:04 +00:00
</children>
</component>