get_clip_at_position
Retrieve the clip at a specific time on a video or audio track in a Premiere Pro sequence by specifying the sequence, track type, track index, and time.
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) |