Difference between revisions of "Microphone"
From GiderosMobile
Line 7: | Line 7: | ||
| style="width: 50%; vertical-align:top;"| | | style="width: 50%; vertical-align:top;"| | ||
=== Methods === | === Methods === | ||
− | [[Microphone.new]] ''<translate>Creates a new Microphone object.</translate>''<br/> | + | [[Special:MyLanguage/Microphone.new|Microphone.new]] ''<translate>Creates a new Microphone object.</translate>''<br/> |
− | [[Microphone:setOutputFile]] ''<translate>Sets the output file</translate>''<br/> | + | [[Special:MyLanguage/Microphone:setOutputFile|Microphone:setOutputFile]] ''<translate>Sets the output file</translate>''<br/> |
− | [[Microphone:start]] ''<translate>Start recording with device.</translate>''<br/> | + | [[Special:MyLanguage/Microphone:start|Microphone:start]] ''<translate>Start recording with device.</translate>''<br/> |
− | [[Microphone:stop]] ''<translate>Stop recording</translate>''<br/> | + | [[Special:MyLanguage/Microphone:stop|Microphone:stop]] ''<translate>Stop recording</translate>''<br/> |
| style="width: 50%; vertical-align:top;"| | | style="width: 50%; vertical-align:top;"| | ||
=== Events === | === Events === | ||
− | [[Event.DATA_AVAILABLE]]<br/> | + | [[Special:MyLanguage/Event.DATA_AVAILABLE|Event.DATA_AVAILABLE]]<br/> |
=== Constants === | === Constants === | ||
|} | |} |
Revision as of 16:34, 23 August 2018
Supported platforms: android, ios, mac, pc
Available since: Gideros 2013.06
Description
Use this plugin to record to an audio clip using a connected microphone.
MethodsMicrophone.new Creates a new Microphone object. |
EventsConstants |