Difference between revisions of "Microphone:setOutputFile"

From GiderosMobile
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 
'''<translate>Available since</translate>:''' Gideros 2013.06<br/>
 
'''<translate>Available since</translate>:''' Gideros 2013.06<br/>
 +
'''<translate>Class</translate>:''' [[Special:MyLanguage/Microphone|Microphone]]<br/>
 
=== <translate>Description</translate> ===
 
=== <translate>Description</translate> ===
 
<translate>Sets the output file. If an output file is specified, captured audio is recorded to this file. You cannot set output file while recording.</translate>
 
<translate>Sets the output file. If an output file is specified, captured audio is recorded to this file. You cannot set output file while recording.</translate>

Revision as of 10:27, 24 August 2018

Available since: Gideros 2013.06
Class: Microphone

Description

Sets the output file. If an output file is specified, captured audio is recorded to this file. You cannot set output file while recording.

 Microphone:setOutputFile(fileName)

Parameters

fileName: (string) The filename. It should be on documents or temporary directory.