Difference between revisions of "Videoplayer"

From Lianjapedia
Jump to: navigation, search
Line 36: Line 36:
 
|RW
 
|RW
 
|Character
 
|Character
|URL source.
+
|URL source.<br>Note: Call stop() for the current video before changing the url property.
 
|-
 
|-
 
|Volume
 
|Volume
Line 92: Line 92:
 
|valign="top"|Stop
 
|valign="top"|Stop
 
|valign="top"|None
 
|valign="top"|None
|valign="top"|Stop the video
+
|valign="top"|Stop the video.
 
|-
 
|-
 
|valign="top"|StopCamera
 
|valign="top"|StopCamera

Revision as of 09:45, 12 September 2016

'Under Construction'

Note: property, method and event names should be referred to in lowercase in case-sensitive scripting languages.

Properties

This class supports the Common Properties plus the following:

Property Access (R/RW) Value Description
AspectRatio RW Numeric IgnoreAspectRatio=0, KeepAspectRatio=1, KeepAspectRatioByExpanding=2.
Default is 1.
Duration R Numeric Video duration in milliseconds.
Note: duration is not set until you load a video and play it.
Fullscreen Boolean
Position RW Numeric Head position.
Url RW Character URL source.
Note: Call stop() for the current video before changing the url property.
Volume RW Numeric Volume as a percentage, default is 100.

Methods

This class supports the Common Methods plus the following:

Method Args Description
GetPhoto filename as Character
GetVideo filename as Character
HideControls None Hide the video controls.
HideOpen None Hide the 'Open...' button used to display the 'Open Video' file explorer when the video controls are displayed.
Pause None Pause the video.
Play None Play the video.
Note: Videos will not play until additional codecs not provided in a standard Windows installation are installed. For example, source "K-Lite Mega Codec Pack" and install the codecs then videos should play.
ShowControls None Show the video controls.
ShowOpen None Show the 'Open...' button used to display the 'Open Video' file explorer when the video controls are displayed.
StartCamera
Stop None Stop the video.
StopCamera

Events

This class supports the Common Events plus the following:

Event Args Description