diff --git a/typings/index.d.ts b/typings/index.d.ts index 86814e53..7bd5371b 100644 --- a/typings/index.d.ts +++ b/typings/index.d.ts @@ -378,6 +378,16 @@ declare module 'ytdl-core' { playerMicroformatRenderer: MicroformatRenderer; }; videoDetails: VideoDetails; + playerConfig: { + audioConfig: { + loudnessDb: number; + perceptualLoudnessDb: number; + enablePerFormatLoudness: boolean; + }; + streamSelectionConfig: { maxBitrate: string }; + mediaCommonConfig: { dynamicReadaheadConfig: {}[] }; + webPlayerConfig: { webPlayerActionsPorting: {}[] }; + }; }; videoDetails: MoreVideoDetails; }