get_clip_at_position
Find the clip at a specified time on a video or audio track. Provide sequence ID, track type, track index, and time in seconds to retrieve the clip.
Instructions
Gets the clip at a specific time position on a track.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| time | Yes | The time position in seconds | |
| trackType | Yes | The type of track | |
| sequenceId | Yes | The ID of the sequence | |
| trackIndex | Yes | The track index (0-based) |