Video Control: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
m (Bot: Automated text replacement (- XBMC + {{name}} ))
m (Robot: Substituting template: Name)
Line 1: Line 1:
<section begin="main content" />
<section begin="main content" />
The videowindow control is used for displaying the currently playing video elsewhere in the {{name}} GUI. You can choose the position, and size of the video displayed. Note that the control is only rendered if video is being played.
The videowindow control is used for displaying the currently playing video elsewhere in the XBMC GUI. You can choose the position, and size of the video displayed. Note that the control is only rendered if video is being played.
=== Example ===
=== Example ===
<syntaxhighlight lang="xml" enclose="div">
<syntaxhighlight lang="xml" enclose="div">

Revision as of 20:11, 5 June 2014

The videowindow control is used for displaying the currently playing video elsewhere in the XBMC GUI. You can choose the position, and size of the video displayed. Note that the control is only rendered if video is being played.

Example

<control type="videowindow" id="2">
      <description>My first video control</description>
      <posx>80</posx>
      <posy>60</posy>
      <width>250</width>
      <height>200</height>
      <visible>true</visible>
</control>

Available tags

Only the default control tags are applicable to this control.


See also

Development: