Signature
Interface UseTimelineMediaSyncResultType parameters
| Name | Constraint | Default | Description |
|---|---|---|---|
LayerName | string | string | No type parameter summary yet. |
Properties
| Name | Signature | Description |
|---|---|---|
activeLayers | activeLayers: ActiveLayerResult<LayerName> | Active layers at the current playhead time. |
pause | (): TimelineCommandResult | Stops synchronized timeline/media playback and pauses external media state. |
play | (): Promise<TimelineMediaPlayResult> | Starts external media playback and then advances the timeline from that clock. |
playbackRate | playbackRate: number | Current synchronized playback speed multiplier. |
playing | playing: boolean | Whether synchronized timeline and external media playback is currently running. |
setPlaybackRate | (playbackRate: number): TimelineCommandResult | Updates both the external clock rate and the timeline playback rate. |