selectAudioRendition() function

Select the audio stream with the given renditionName — e.g. to subscribe to one named output of an NorskTransform.audioGraph() node.

Signature:

export declare function selectAudioRendition(renditionName: string): (streams: readonly StreamMetadata[]) => StreamKey[];

Parameters

Parameter Type Description

renditionName

string

Returns:

(streams: readonly StreamMetadata[]) ⇒ StreamKey[]