Typescript Library Declarations (DOM)
Variable MediaRecorder
Media
Recorder
:
{
prototype
:
MediaRecorder
;
isTypeSupported
(
type
)
=>
boolean
;
new
(
stream
,
options
?
)
:
MediaRecorder
;
}
Type declaration
new
(
stream
,
options
?
)
:
MediaRecorder
Parameters
stream
:
MediaStream
Optional
options
:
MediaRecorderOptions
Returns
MediaRecorder
prototype
:
MediaRecorder
is
Type
Supported
:
function
is
Type
Supported
(
type
)
:
boolean
MDN Reference
Parameters
type
:
string
Returns
boolean
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
MDN Reference