Video Window Control
From DevWiki
Applications,Boxee GUI API,Controls
Contents |
Overview
Video control is used to display the current playing video on the application window or at the background of the application window, it will only show when video is playing. It allows to create a small preview window or to show a transparent background layer of the video. Video control properties include position and size.
Currently there are issues with performance when using this control on versions >= 1.0 (DSM380 and other devices)
Example
<control type="videowindow"><posx>80</posx>
<posy>60</posy>
<width>250</width>
<height>200</height>
</control>
Available Tags
In addition to the Default Control Properties the following tags are available. Note that all XML tags are in lower case.
No additional tags available for this control.