Difference between revisions of "Microphone:setOutputFile"
From GiderosMobile
Line 6: | Line 6: | ||
Microphone:setOutputFile(fileName) | Microphone:setOutputFile(fileName) | ||
</source> | </source> | ||
− | '''fileName''': (string) The filename. It should be on documents or temporary directory. | + | === Parameters === |
+ | '''fileName''': (string) The filename. It should be on documents or temporary directory. <br/> |
Revision as of 10:41, 23 August 2018
Available since: Gideros 2013.06
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.