ImportAudioAndAddClip
 
 
 

ImportAudioAndAddClip

Description

Imports an audio file and create a clip for it.

This command supports downloading files off the internet. If the filename specified is a URL then the file is downloaded locally before the command is executed.

Scripting Syntax

oReturn = ImportAudioAndAddClip( Model, [FileName] );

Return Value

Returns the new audio Clip.

Parameters

Parameter Type Description
Model String Model to import the audio file to.
FileName String Full path to the audio file to import.

Default Value: User is prompted to select a file

See Also

ImportAudio AddAudioClip