YouTube.js
Guide
Discord
❤️ Sponsor
GitHub
Guide
Discord
❤️ Sponsor
GitHub

googlevideo / exports/sabr-streaming-adapter / SABR_CONSTANTS

Variable: SABR_CONSTANTS

const SABR_CONSTANTS: object

Defined in: codeberg/googlevideo/src/core/SabrStreamingAdapter.ts:49

Type declaration

DEFAULT_OPTIONS

readonly DEFAULT_OPTIONS: object

DEFAULT_OPTIONS.enableCaching

readonly enableCaching: true = true

DEFAULT_OPTIONS.enableVerboseRequestLogging

readonly enableVerboseRequestLogging: false = false

DEFAULT_OPTIONS.maxCacheAgeSeconds

readonly maxCacheAgeSeconds: 300 = 300

DEFAULT_OPTIONS.maxCacheSizeMB

readonly maxCacheSizeMB: 3 = 3

KEY_PARAM

readonly KEY_PARAM: "key" = 'key'

PROTOCOL

readonly PROTOCOL: "sabr:" = 'sabr:'

Edit this page
Last Updated: 7/24/25, 1:11 PM