mediaforge - v0.1.0
GitHub
npm
JSR
Changelog
Preparing search index...
probe/ffprobe
findStreamByLanguage
Function findStreamByLanguage
findStreamByLanguage
(
result
:
ProbeResult
,
lang
:
string
,
codecType
?:
"video"
|
"audio"
|
"subtitle"
,
)
:
ProbeStream
|
null
Find a stream by language tag (case-insensitive). Returns the first match, or null.
Parameters
result
:
ProbeResult
lang
:
string
Optional
codecType
:
"video"
|
"audio"
|
"subtitle"
Returns
ProbeStream
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
GitHub
npm
JSR
Changelog
mediaforge - v0.1.0
Loading...
Find a stream by language tag (case-insensitive). Returns the first match, or null.