Difference between revisions of "Megacool.share"
From GiderosMobile
(Created page with "__NOTOC__ <languages /> '''<translate>Available since</translate>:''' Gideros 2018.10<br/> '''<translate>Class</translate>:''' Megacool<br/> ==...") |
m (Text replacement - "</source>" to "</syntaxhighlight>") |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 5: | Line 5: | ||
=== <translate>Description</translate> === | === <translate>Description</translate> === | ||
<translate><br /> | <translate><br /> | ||
− | Shares the screen recording.<br /> | + | Shares the screen recording. Make sure you leave enough time for compression after recording was stopped (it may depend on the actual screen pixels and how fast they compress).<br /> |
<br /></translate> | <br /></translate> | ||
− | < | + | <syntaxhighlight lang="lua"> |
Megacool.share(fallback) | Megacool.share(fallback) | ||
− | </ | + | </syntaxhighlight> |
=== <translate>Parameters</translate> === | === <translate>Parameters</translate> === | ||
'''fallback''': (string, optional) <translate>An image url in case recording failed.</translate> <br/> | '''fallback''': (string, optional) <translate>An image url in case recording failed.</translate> <br/> |
Latest revision as of 14:30, 13 July 2023
Available since: Gideros 2018.10
Class: Megacool
Description
Shares the screen recording. Make sure you leave enough time for compression after recording was stopped (it may depend on the actual screen pixels and how fast they compress).
Megacool.share(fallback)
Parameters
fallback: (string, optional) An image url in case recording failed.