Difference between revisions of "Megacool.share"

From GiderosMobile
m (Text replacement - "</source>" to "</syntaxhighlight>")
 
(One intermediate revision by the same user not shown)
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>
<source lang="lua">
+
<syntaxhighlight lang="lua">
 
  Megacool.share(fallback)
 
  Megacool.share(fallback)
</source>
+
</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 15: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.