Video Window Control

From DevWiki

Jump to: navigation, search

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

  1. <control type="videowindow">
  2.  <posx>80</posx>
  3.  <posy>60</posy>
  4.  <width>250</width>
  5.  <height>200</height>
  6. </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.

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox