2019-10-12 21:00:07 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8" ?>
|
|
|
|
<component name="JFVideo" extends="Video">
|
|
|
|
<interface>
|
|
|
|
<field id="backPressed" type="boolean" alwaysNotify="true" />
|
2020-03-30 15:15:57 +00:00
|
|
|
<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" />
|
2020-03-11 03:50:47 +00:00
|
|
|
<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" />
|
2020-11-30 07:46:20 +00:00
|
|
|
<field id="showID" type="string" />
|
2019-10-12 21:00:07 +00:00
|
|
|
</interface>
|
|
|
|
<script type="text/brightscript" uri="JFVideo.brs" />
|
2020-02-17 19:30:04 +00:00
|
|
|
<children>
|
|
|
|
<timer id="playbackTimer" repeat="true" duration="30" />
|
2020-05-24 09:33:07 +00:00
|
|
|
<timer id="bufferCheckTimer" repeat="true" duration="10" />
|
2020-02-17 19:30:04 +00:00
|
|
|
</children>
|
2019-10-12 21:00:07 +00:00
|
|
|
</component>
|