Home > hls.js > PlaybackRestrictions

PlaybackRestrictions type

Signature:

export type PlaybackRestrictions = {
    skip: boolean;
    jump: boolean;
};