timeline_set_track_enabled
Enable or disable a video, audio, or subtitle track in the current DaVinci Resolve timeline by specifying its type, 1-based index, and the desired enabled state.
Instructions
Enable or disable a track in the current timeline.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| enabled | Yes | True to enable, False to disable the track. | |
| track_type | Yes | One of "video", "audio", or "subtitle". | |
| track_index | Yes | 1-based index of the track. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |