supervision-js
Preparing search index...
Media Preparation
DecodedMediaSourceMetadata
Interface DecodedMediaSourceMetadata
interface
DecodedMediaSourceMetadata
{
audioTrackCount
:
number
;
canRead
:
boolean
;
duration
:
number
|
null
;
estimatedFrameCount
?:
number
|
null
;
estimatedFrameRate
?:
number
|
null
;
firstTimestamp
:
number
;
formatMimeType
:
string
|
null
;
formatName
:
string
|
null
;
mimeType
:
string
|
null
;
primaryVideoHeight
:
number
;
primaryVideoWidth
:
number
;
trackCount
:
number
;
videoTrackCount
:
number
;
}
Index
Properties
audio
Track
Count
can
Read
duration
estimated
Frame
Count?
estimated
Frame
Rate?
first
Timestamp
format
Mime
Type
format
Name
mime
Type
primary
Video
Height
primary
Video
Width
track
Count
video
Track
Count
Properties
Readonly
audio
Track
Count
audioTrackCount
:
number
Readonly
can
Read
canRead
:
boolean
Readonly
duration
duration
:
number
|
null
Optional
Readonly
estimated
Frame
Count
estimatedFrameCount
?:
number
|
null
Optional
Readonly
estimated
Frame
Rate
estimatedFrameRate
?:
number
|
null
Readonly
first
Timestamp
firstTimestamp
:
number
Readonly
format
Mime
Type
formatMimeType
:
string
|
null
Readonly
format
Name
formatName
:
string
|
null
Readonly
mime
Type
mimeType
:
string
|
null
Readonly
primary
Video
Height
primaryVideoHeight
:
number
Readonly
primary
Video
Width
primaryVideoWidth
:
number
Readonly
track
Count
trackCount
:
number
Readonly
video
Track
Count
videoTrackCount
:
number
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
audio
Track
Count
can
Read
duration
estimated
Frame
Count
estimated
Frame
Rate
first
Timestamp
format
Mime
Type
format
Name
mime
Type
primary
Video
Height
primary
Video
Width
track
Count
video
Track
Count
supervision-js
Loading...