mediaforge - v0.1.0
GitHub
npm
JSR
Changelog
Preparing search index...
types/probe
ProbeResult
Interface ProbeResult
Complete ffprobe JSON output
interface
ProbeResult
{
streams
:
ProbeStream
[]
;
format
?:
ProbeFormat
;
chapters
?:
ProbeChapter
[]
;
}
Index
Properties
streams
format?
chapters?
Properties
streams
streams
:
ProbeStream
[]
Optional
format
format
?:
ProbeFormat
Optional
chapters
chapters
?:
ProbeChapter
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
streams
format
chapters
GitHub
npm
JSR
Changelog
mediaforge - v0.1.0
Loading...
Complete ffprobe JSON output