Properties
Readonly
audio Bits Per Second
audio Bits Per Second : number
Readonly
mime Type
mime Type : string
ondataavailable
ondataavailable : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : MediaRecorder
ev : BlobEvent
Returns any
onerror
onerror : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : MediaRecorder
ev : MediaRecorderErrorEvent
Returns any
onpause
onpause : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : MediaRecorder
ev : Event
Returns any
onresume
onresume : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : MediaRecorder
ev : Event
Returns any
onstart
onstart : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : MediaRecorder
ev : Event
Returns any
onstop
onstop : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : MediaRecorder
ev : Event
Returns any
Readonly
state
state : RecordingState
Readonly
stream
stream : MediaStream
Readonly
video Bits Per Second
video Bits Per Second : number
Player output to video
⚠️ The VideoRecorder works only on the platforms which supports MediaRecorder API.