mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-25 07:42:11 +00:00
feat(StreamingInfoOptions)!: Add is_sabr option (#974)
Returns a manifest suitable for use in SABR player implementations.
This commit is contained in:
@@ -27,4 +27,9 @@ export interface StreamingInfoOptions {
|
||||
* Defaults to `(audio_track_display_name) => audio_track_display_name + " (Stable Volume)"`
|
||||
*/
|
||||
label_drc_multiple?: (audio_track_display_name: string) => string;
|
||||
|
||||
/**
|
||||
* If `true`, the generated manifest will contain URLs that are suitable for use with the SABR protocol.
|
||||
*/
|
||||
is_sabr?: boolean;
|
||||
}
|
||||
Reference in New Issue
Block a user