Skip to content
Constant

ALL_FORMATS

List of all input format singletons. If you don't need to support all input formats, you should specify the formats individually for better tree shaking.

ts
const ALL_FORMATS = [MP4, QTFF, MATROSKA, WEBM, WAVE, OGG, MP3, ADTS];

See MP4, QTFF, MATROSKA, WEBM, WAVE, OGG, MP3, and ADTS.

Released under the Mozilla Public License 2.0.