item_set_enabled
Enable or disable a timeline item (mute/unmute) by name, with optional track type and index for precise control.
Instructions
Enable or disable a timeline item (muted/unmuted).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| enabled | Yes | True to enable, False to disable (mute). | |
| item_name | Yes | Name of the item. | |
| track_type | No | Track type — "video" or "audio". | video |
| track_index | No | 1-based track number. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |