MediaRecorder
open class MediaRecorder(val stream: MediaStream, options: MediaRecorderOptions = definedExternally) : EventTarget(source)
The MediaRecorder
interface of the MediaStream Recording API provides functionality to easily record media.
Properties
Link copied to clipboard
The audioBitsPerSecond
read-only property of the MediaRecorder interface returns the audio encoding bit rate in use.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The state
read-only property of the MediaRecorder interface returns the current state of the current MediaRecorder
object.
Link copied to clipboard
The stream
read-only property of the MediaRecorder interface returns the stream that was passed into the MediaRecorder.MediaRecorder constructor when the MediaRecorder
was created.
Link copied to clipboard
The videoBitsPerSecond
read-only property of the MediaRecorder interface returns the video encoding bit rate in use.