Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ProbeResult

UNSTABLE: ProbeResult is intended to have a simple API but it is still very unfinished, for the time being using .unwrap() is necessary to retrieve any useful information from probe().

alpha

Hierarchy

  • ProbeResult

Index

Properties

Optional bitrate

bitrate: undefined | number

duration

duration: number

Optional format

format: Demuxer | Format | (string & {})

Optional formatName

formatName: undefined | string

score

score: number

start

start: number

Optional tags

tags: Map<string, string>

Methods

unwrap