Appearance
Specifies an inclusive range of integers.
type InclusiveIntegerRange = { min: number; max: number; };
TrackCountLimits.audio
TrackCountLimits.subtitle
TrackCountLimits.total
TrackCountLimits.video
min
min: number;
The integer cannot be less than this.
max
max: number;
The integer cannot be greater than this.