Difference between revisions of "Microphone:start"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2013.06<br/> === Description === Start recording with device. <source lang="lua"> = Microphone:start() </source>")
 
m (Text replacement - "</source>" to "</syntaxhighlight>")
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 
'''Available since:''' Gideros 2013.06<br/>
 
'''Available since:''' Gideros 2013.06<br/>
 +
'''Class:''' [[Microphone]]<br/>
 +
 
=== Description ===
 
=== Description ===
Start recording with device.
+
Starts recording with device.
<source lang="lua">
+
<syntaxhighlight lang="lua">
= Microphone:start()
+
Microphone:start()
</source>
+
</syntaxhighlight>
 +
 
 +
{{Microphone}}

Latest revision as of 15:31, 13 July 2023

Available since: Gideros 2013.06
Class: Microphone

Description

Starts recording with device.

Microphone:start()