Home > hls.js > SteeringManifest

SteeringManifest type

Signature:

export type SteeringManifest = {
    VERSION: 1;
    TTL: number;
    'RELOAD-URI'?: string;
    'PATHWAY-PRIORITY': string[];
    'PATHWAY-CLONES'?: PathwayClone[];
};

References: PathwayClone