HlsTsMultiVariantOutputSettings interface
Settings for a Hls Ts Multivariant Playlist see NorskOutput.hlsTsMultiVariant()
Signature:
export interface HlsTsMultiVariantOutputSettings extends SinkNodeSettings<HlsTsMultiVariantOutputNode>Extends: SinkNodeSettings<HlsTsMultiVariantOutputNode>
Properties
| Property | Type | Description | 
|---|---|---|
| A list of destinations CmafDestinationSettings for this stream to be published to | ||
| string | (Optional) Directives to add to the m3u multi variant playlist | |
| (destinationId: DestinationId, playlist: string) ⇒ string | (Optional) A callback invoked every time a TS multi variant playlist is changed | |
| string | The name of this multi variant playlist (.m3u8 will be added onto this field to generate a filename) |