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.

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.

Link copied to clipboard
Link copied to clipboard
sealed interface RecordingState

Properties

Functions

Link copied to clipboard