Skip to main content

Interface: CastHandoffQueueSnapshot

Defined in: packages/cast/src/handoff-machine.ts:90

The atomic read taken at handoff time: queue, cursor, clock, intent.

Properties

index

readonly index: number;

Defined in: packages/cast/src/handoff-machine.ts:93

JS index of the current entry.


items

readonly items: readonly CastHandoffQueueItem[];

Defined in: packages/cast/src/handoff-machine.ts:91


playWhenReady

readonly playWhenReady: boolean;

Defined in: packages/cast/src/handoff-machine.ts:97

Whether playback should continue on the receiver.


position

readonly position: number;

Defined in: packages/cast/src/handoff-machine.ts:95

Position in seconds within the current entry.