Difference between revisions of "Microphone:setOutputFile"
From GiderosMobile
| Line 10: | Line 10: | ||
=== <translate>Parameters</translate> === | === <translate>Parameters</translate> === | ||
'''fileName''': (string) <translate>The filename. It should be on documents or temporary directory.</translate> <br/> | '''fileName''': (string) <translate>The filename. It should be on documents or temporary directory.</translate> <br/> | ||
| + | |||
| + | {{Microphone}} | ||
Revision as of 22:54, 11 February 2020
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.