
154 | P a g e
set_item_prop (type string, item_id string, prop string, value string)
Description: Modify properties of clips or playlist items.
Type- "cliplist" to change a clip's property. "playlist" to change a property of a playlist item.
Item_id- If not provided then sets properties on the selection according to the type. If type is
"cliplist", Value is the Event ID. If type is "playlist", Value is "tab index"-"item index".
Prop- The name of the property to change. Valid clip values are "InTC", "OutTC", "Duration",
"AudioLevel", "Alias[0]", "Alias[1]", etc. Valid playlist item values are "Name", "FrontAudioEnabled",
"RearAudioEnabled", "FrontAudioVolume", "RearAudioVolume", "InTimecode", "Duration",
"Speed", "TransitionIndex", "TransitionMultiplier", and "TransitionDuration".
Value- A value interpreted based on the specified "prop".
Example:
delete_item (type string, item_id string)
Description: Delete clips or playlist items.
Type- Use "clipslist" to delete a clip or "playlist" to delete a playlist item.
Item_id- If an id is not provided then the selection will be deleted according to the type. If type is
"clipslist", Value is the Event ID. If type is "playlist", Value is "tab index"-"item index".
Example:
Comentarios a estos manuales