We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 977e973 commit 273cf1aCopy full SHA for 273cf1a
typings/index.d.ts
@@ -378,6 +378,16 @@ declare module 'ytdl-core' {
378
playerMicroformatRenderer: MicroformatRenderer;
379
};
380
videoDetails: VideoDetails;
381
+ playerConfig: {
382
+ audioConfig: {
383
+ loudnessDb: number;
384
+ perceptualLoudnessDb: number;
385
+ enablePerFormatLoudness: boolean;
386
+ };
387
+ streamSelectionConfig: { maxBitrate: string };
388
+ mediaCommonConfig: { dynamicReadaheadConfig: {}[] };
389
+ webPlayerConfig: { webPlayerActionsPorting: {}[] };
390
391
392
videoDetails: MoreVideoDetails;
393
}
0 commit comments