Signature
Interface UseTimelineMediaPlaybackResultProperties
| Name | Signature | Description |
|---|---|---|
pause | (): TimelineCommandResult | Stops timeline playback and synchronizes external media into a paused state. |
play | (): TimelineCommandResult | Starts timeline playback using the configured external clock callbacks. |
playbackRate | playbackRate: number | Current timeline playback speed multiplier. |
playing | playing: boolean | Whether the timeline engine is currently playing against the external clock. |
setPlaybackRate | (rate: number): TimelineCommandResult | Updates the timeline playback rate and resynchronizes active layers. |