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