![]() |
Avidemux 2.6 Scripting Reference
|
The AudioOutputCollection class represents a collection of AudioOutput objects that can be individually accessed by index. More...
Public Member Functions | |
Number | add (Number inputTrackIndex, AudioEncoder encoder=new CopyAudioEncoder()) |
Adds a new audio output to the collection to encode an audio track from the open video. | |
Number | add (String externalAudioFile, AudioEncoder encoder=new CopyAudioEncoder()) |
Adds a new audio output to the collection to encode an external audio file. | |
void | clear () |
Removes all AudioOutput objects from the collection. | |
void | insert (Number index, Number inputTrackIndex, AudioEncoder encoder=new CopyAudioEncoder()) |
Inserts a new audio output in to the collection at the specified index to encode an audio track from the open video. | |
void | insert (Number index, String externalAudioFile, AudioEncoder encoder=new CopyAudioEncoder()) |
Inserts a new audio output in to the collection at the specified index to encode an external audio file. | |
AudioOutput | operator[] (Number i) |
Gets the AudioOutput object at the specified index. | |
void | removeAt (Number index) |
Removes the AudioOutput object at the specified index. |
Properties | |
Number | length |
Returns the number of AudioOutput objects in the collection. |
The AudioOutputCollection class represents a collection of AudioOutput objects that can be individually accessed by index.
Number add | ( | Number | inputTrackIndex, |
AudioEncoder | encoder = new CopyAudioEncoder() |
||
) |
Adds a new audio output to the collection to encode an audio track from the open video.
Number add | ( | String | externalAudioFile, |
AudioEncoder | encoder = new CopyAudioEncoder() |
||
) |
Adds a new audio output to the collection to encode an external audio file.