Package-level declarations

Types

Link copied to clipboard
open class BlobEvent(val type: EventType<BlobEvent>, init: BlobEventInit) : Event

The BlobEvent interface of the MediaStream Recording API represents events associated with a Blob. These blobs are typically, but not necessarily, associated with media content.

Link copied to clipboard
Link copied to clipboard
open class MediaRecorder(val stream: MediaStream, options: MediaRecorderOptions = definedExternally) : EventTarget

The MediaRecorder interface of the MediaStream Recording API provides functionality to easily record media. It is created using the MediaRecorder() constructor.

Link copied to clipboard
Link copied to clipboard
sealed interface RecordingState

Properties

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
Link copied to clipboard