get_clip_at_position
Identify which clip occupies a given time on a video or audio track. Provide time, track index, and track type to retrieve clip details for editing workflows.
Instructions
Get the clip at a specific time position on a track
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| track_type | Yes | Track type | |
| track_index | Yes | Track index (0-based) | |
| time_seconds | Yes | Time position in seconds |