Videoplayer
From Lianjapedia
Revision as of 20:14, 25 December 2021 by Barrymavin (Talk | contribs)
Note: property, method and event names should be referred to in lowercase in case-sensitive scripting languages.
Contents
Description
Shown below in a standalone Form. Click the image to see in a Custom Section in a Lianja Page.
Videoplayer control for desktop Apps.
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. |
| PauseAtPosition | RW | Numeric | |
| Position | RW | Numeric | Head position. |
| Slider | RW | ||
| 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 |
|---|
