lock_track
Lock or unlock a specific video, audio, or subtitle track by providing its type and 1-based index.
Instructions
Lock or unlock a track in the current timeline.
Args: track_type: Type of track: 'video', 'audio', or 'subtitle'. index: 1-based index of the track. locked: True to lock, False to unlock.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| index | Yes | ||
| locked | Yes | ||
| track_type | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |