Typescript Library Declarations (Web Worker)
Interface VideoDecoderSupport
interface
VideoDecoderSupport
{
config
?:
VideoDecoderConfig
;
supported
?:
boolean
;
}
Index
Properties
config?
supported?
Properties
Optional
config
config
?:
VideoDecoderConfig
Optional
supported
supported
?:
boolean
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
config
supported
Typescript Library Declarations (Web Worker)