jf-roku/components/mediaPlayers/AudioPlayer.xml

9 lines
311 B
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8" ?>
<component name="AudioPlayer" extends="Video">
2023-03-21 00:21:47 +00:00
<interface>
<field id="loopMode" type="string" value="" />
</interface>
<script type="text/brightscript" uri="AudioPlayer.brs" />
<script type="text/brightscript" uri="pkg:/source/utils/misc.brs" />
</component>