Difference between revisions of "Megacool.share"
From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight") |
|||
Line 7: | Line 7: | ||
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 /> | 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) | ||
</source> | </source> | ||
=== <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/> |
Revision as of 14:28, 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).
<syntaxhighlight lang="lua">
Megacool.share(fallback)
</source>
Parameters
fallback: (string, optional) An image url in case recording failed.