offset_media_input_cursor
Adjust a media source's playback position by a specified millisecond offset. Seek forward or backward relative to the current cursor without bounds checking to reposition the input.
Instructions
Seek a media source relative to its current position. No bounds checking.
Args: input_name: Name of the media input. offset_ms: Milliseconds to offset by (negative = seek backward).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| offset_ms | Yes | ||
| input_name | Yes |