Files
YouTube.js/docs/api/namespaces/FormatUtils/functions/chooseFormat.md
Luan 74659fd03f chore: add proper documentation (#763)
* chore: generate API ref using `typedoc`

* chore: declutter readme and add links to ytjs.dev

* chore: clean up
2024-09-23 17:32:50 -03:00

687 B

youtubei.js / FormatUtils / chooseFormat

Function: chooseFormat()

chooseFormat(options, streaming_data?): Format

Selects the format that best matches the given options.

Parameters

options: FormatOptions

Options

streaming_data?: IStreamingData

Streaming data

Returns

Format

Defined in

src/utils/FormatUtils.ts:133