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>")
 
Line 4: Line 4:
 
Start recording with device.
 
Start recording with device.
 
<source lang="lua">
 
<source lang="lua">
= Microphone:start()
+
Microphone:start()
 
</source>
 
</source>

Revision as of 11:16, 23 August 2018

Available since: Gideros 2013.06

Description

Start recording with device.

 Microphone:start()