- Subscribe to RSS Feed
- Bookmark
- Subscribe
- Email to a Friend
- Printer Friendly Page
- Report Inappropriate Content
|
Represents the Composition itself. Composition Properties
The name property of the Composition object is read-only; however, the name property for any item in a composition is writable and can be changed via script. The following restrictions apply:
Example: This property is writable for the following items in a composition: band, track, clip, chain, checkpoint, delay, script, message, browseraction, and target.
Always null.
A PropertyList object that allows access to all of the Custom Properties contained in this object.
A systemPropertyList object that allows access to all of the System Properties contained in this object.
The string "
An array of Band objects representing all of the Bands in the Composition.
Always returns -1 for Compositions.
Always returns null for Compositions.
Always returns null for Compositions.
Always returns null for Compositions.
Always -1 for Compositions.
|
|
Composition Methodsabort Method |
|
|
Terminates the Composition as if there were an error. The message and detail text given in the parameters are inserted into the Result object. Example: |
|
stop MethodStops the Composition, as if the user had pressed the " |
void stop() |
getChild MethodReturns a specific Band within the Composition by name, or null if there is no Band with the specified name. |
object getChild(string childName) |
getItemViaPathGiven a type of item and the path to that item in the Composition object hierarchy, returns the object in the hierarchy that represents that item. The "
The "
|
object getItemViaPath(string itemType, string path) |
rampPausePauses the Composition’s “ramp up”, if any, as if the user had pressed the “pause ramp” button. Note that this merely starts the ramp pausing. The ramp will not actually be completely paused until all portions of the Composition on all servers have paused the ramp. This method may be called at any time, including when the ramp up is already paused or pausing, or when it is resuming. “Ramp up” is defined as Track parallel repeating with an “interval”.
|
|
rampResumeResumes the Composition’s “ramp up”, if any, as if the user had pressed the “resume ramp” button. Note that this merely starts the ramp resuming. The ramp will not actually be completely resumed until all portions of the Composition on all servers have resumed the ramp. This method may be called at any time, including when the ramp up is already paused or pausing, or when it is resuming. “Ramp up” is defined as Track parallel repeating with an “interval”.
|
|
