Difference between revisions of "Microphone:setOutputFile"
From GiderosMobile
m (Text replacement - "</source>" to "</syntaxhighlight>") |
|||
(7 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 === | ||
Sets the output file. If an output file is specified, captured audio is recorded to this file. You cannot set output file while recording. | Sets the output file. If an output file is specified, captured audio is recorded to this file. You cannot set output file while recording. | ||
− | < | + | <syntaxhighlight lang="lua"> |
− | + | Microphone:setOutputFile(fileName) | |
− | </ | + | </syntaxhighlight> |
+ | |||
=== Parameters === | === Parameters === | ||
− | '''fileName''': (string) | + | '''fileName''': (string) the filename. It should be in documents or temporary directory<br/> |
+ | |||
+ | {{Microphone}} |
Latest revision as of 14:31, 13 July 2023
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 in documents or temporary directory