Difference between revisions of "Microphone:stop"
From GiderosMobile
 (Created page with "__NOTOC__ '''Available since:''' Gideros 2013.06<br/> === Description === Stop recording. <source lang="lua"> = Microphone:stop() </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 ===  | ||
| − | + | Stops recording.  | |
| − | <  | + | <syntaxhighlight lang="lua">  | 
| − | + | Microphone:stop()  | |
| − | </  | + | </syntaxhighlight>  | 
| + | |||
| + | {{Microphone}}  | ||