![]() |
Avidemux 2.6 Scripting Reference
|
The Muxer class is the base class of all Avidemux muxers. More...
Public Member Functions | |
void | resetConfiguration () |
Resets the muxer back to its default configuration. |
Properties | |
Object | configuration |
Gets an object that holds parameters used to configure the muxer. | |
String | defaultFileExtension |
Gets the default file extension of the muxer. | |
String | name |
Gets the user friendly name of the muxer. |
The Muxer class is the base class of all Avidemux muxers.
Depending on the plugins that are packaged with Avidemux, the following child muxer objects may be available to the ECMA scripting engine:
Example usage:
void resetConfiguration | ( | ) |
Resets the muxer back to its default configuration.
|
read |
Gets an object that holds parameters used to configure the muxer.