Difference between revisions of "Screen Saver Initialization"

From LinuxMCE
Jump to: navigation, search
m (1. Initialization moved to Screen Saver Initialization)
m (added links to related pages)
Line 9: Line 9:
 
- ZoomTime millisecond time to animate one picture (it is get from the web-admin page)
 
- ZoomTime millisecond time to animate one picture (it is get from the web-admin page)
 
- Fade time - time in milliseconds that pass between the two images switch.
 
- Fade time - time in milliseconds that pass between the two images switch.
 +
 +
==Other Screen Saver Related Pages==
 +
* [[Photo Screen Saver]]
 +
* [[Use my own pictures in the Screen Saver]]
 +
 
[[category: Programmer's Guide]]
 
[[category: Programmer's Guide]]

Revision as of 19:36, 30 November 2008

LinuxMCE Screen Saver has inside a setup class that gives different parameters for it and is named GallerySetup. The parameters refer to Width and Height of the screen, Fading times between two images, and a \n string list that separates the files that will need to be "animated".

On any ON command, PSS will setup and will animate frames until will get an OFF command.

The ON command reads: - Width of parent device (parent Orbiter) - Height of parent device (parent Orbiter) - ZoomTime millisecond time to animate one picture (it is get from the web-admin page) - Fade time - time in milliseconds that pass between the two images switch.

Other Screen Saver Related Pages