Skip to main content

Interface: QueueBroadcaster

Defined in: packages/media-session/src/queue-handler.ts:12

The one thing a queue-owning handler needs from the service: a way to push the queue out on broadcast channel 3.

Structural and injectable so the whole mixin is testable without a device.

Methods

setQueue()

setQueue(items: NativeMediaItem[]): void;

Defined in: packages/media-session/src/queue-handler.ts:13

Parameters

ParameterType
itemsNativeMediaItem[]

Returns

void