playlistStreamKeys() function

Returns the stream keys for playlist streams in a media context

Signature:

export declare function playlistStreamKeys(streams: readonly StreamMetadata[]): StreamKey[];

Parameters

Parameter Type Description

streams

readonly StreamMetadata[]

The media context from which to return the stream keys

Returns:

The playlist stream keys in the media context