Minim
index
 
Name setRecordSource ( )
Examples
None available
Description Sets the record source for this recorder. The record source can be set at any time, though in practice it is probably a good idea to mute the old record source, then add the new record source, also muted, and then unmute the new record source. Otherwise, you'll probably wind up with a pop in the recording.
Syntax
setRecordSource(recordSource);
Parameters
recordSource   the new record source
Returns None
Usage Web & Application
Related