29 lines
1.4 KiB
XML
29 lines
1.4 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<component name="MovieOptions" extends="Group">
|
|
<children>
|
|
<Rectangle width="1920" height="1080" color="#000000" opacity="0.75" />
|
|
<Group translation="[100,100]">
|
|
<Poster width="1720" height="880" uri="pkg:/images/dialog.9.png" />
|
|
<LayoutGroup horizAlignment="center" translation="[860,50]" itemSpacings="[50]">
|
|
<JFButtons id="buttons" />
|
|
<Group>
|
|
<RadiobuttonList id="videoMenu" itemspacing="[0,10]" opacity="1" vertFocusAnimationStyle="floatingFocus" drawFocusFeedback="false" />
|
|
<RadiobuttonList id="audioMenu" itemspacing="[0,10]" opacity="0" vertFocusAnimationStyle="floatingFocus" drawFocusFeedback="false" />
|
|
</Group>
|
|
</LayoutGroup>
|
|
</Group>
|
|
|
|
<Animation id="fadeAnim" duration="0.5" repeat="false">
|
|
<FloatFieldInterpolator id="outOpacity" key="[0.0, 0.5, 1.0]" keyValue="[ 1, 0, 0 ]" fieldToInterp="focus.opacity" />
|
|
<FloatFieldInterpolator id="inOpacity" key="[0.0, 0.5, 1.0]" keyValue="[ 0, 0, 1 ]" fieldToInterp="focus.opacity" />
|
|
</Animation>
|
|
|
|
</children>
|
|
<interface>
|
|
<field id="buttons" type="nodearray" />
|
|
<field id="options" type="assocarray" onChange="optionsSet" />
|
|
<field id="videoStreamId" type="string" />
|
|
<field id="video_codec" type="string" />
|
|
<field id="audioStreamIndex" type="integer" />
|
|
</interface>
|
|
</component> |