game_video
Control video playback in Godot with actions to play, pause, stop, seek, and get status on VideoStreamPlayer nodes.
Instructions
Video playback control: play, pause, stop, seek on VideoStreamPlayer
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| loop | No | Enable looping | |
| name | No | Node name (for create) | |
| action | Yes | Action: create, play, pause, stop, seek, get_status | |
| volume | No | Volume (linear 0-1) | |
| autoplay | No | Auto-play on ready | |
| nodePath | No | Path to VideoStreamPlayer node | |
| position | No | Seek position in seconds | |
| videoPath | No | res:// path to video file | |
| parentPath | No | Parent node path (for create) |