Signature
Interface UseTimelineMediaPlaybackOptionsType parameters
| Name | Constraint | Default | Description |
|---|---|---|---|
LayerName | string | string | No type parameter summary yet. |
Properties
| Name | Signature | Description |
|---|---|---|
getClockTime | (): number | Returns current timeline seconds from the external media clock. |
layers | layers: Record<LayerName, ActiveLayerSelector> | Named active layer selectors used by the external media surface. |
onStatus? | (status: TimelineContentPlaybackStatus): void | Receives high-level playback status changes. |
stopClock? | (): void | Stops the external media clock when timeline playback pauses or leaves active content. |
syncLayers? | (details: TimelineLayerSyncDetails<LayerName>): MaybePromise<void> | Synchronizes external rendering, audio, text, or effects for the active layers. |