Vinyl
    Preparing search index...

    Variable getPeriodSortedBandwidthsConst

    getPeriodSortedBandwidths: MemoizedFunction & (
        period: PeriodType,
    ) => ReadonlyMap<ContentType, readonly number[]>

    Returns sorted (descending) bandwidth arrays per content type for a period. Bandwidths within 10% of an existing entry are collapsed to reduce noise from near-duplicate quality tiers. Cached by period reference.