Difference between revisions of "Microphone"
From GiderosMobile
Line 7: | Line 7: | ||
| style="width: 50%;"| | | style="width: 50%;"| | ||
=== Methods === | === Methods === | ||
− | [[Microphone.new]] | + | [[Microphone.new]] {{<translate>Creates a new Microphone object.</translate>}}<br/> |
− | [[Microphone:setOutputFile]] | + | [[Microphone:setOutputFile]] {{<translate>Sets the output file</translate>}}<br/> |
− | [[Microphone:start]] | + | [[Microphone:start]] {{<translate>Start recording with device.</translate>}}<br/> |
− | [[Microphone:stop]] | + | [[Microphone:stop]] {{<translate>Stop recording</translate>}}<br/> |
| style="width: 50%;"| | | style="width: 50%;"| | ||
=== Events === | === Events === |
Revision as of 14:20, 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.