Properties
Readonly
audioBitsPerSecond
audioBitsPerSecond : number
Readonly
mimeType
mimeType : 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
videoBitsPerSecond
videoBitsPerSecond : number
Player output to video
⚠️ The VideoRecorder works only on the platforms which supports MediaRecorder API.