Package-level declarations
Types
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
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
A stream of media content. A stream consists of several tracks such as video or audio tracks. Each track is specified as an instance of MediaStreamTrack.
Link copied to clipboard
Link copied to clipboard
A single media track within a stream; typically, these are audio or video tracks, but other track types may exist as well.
Link copied to clipboard
open external class MediaStreamTrackEvent(val type: EventType<MediaStreamTrackEvent>, init: MediaStreamTrackEventInit) : Event
Events which indicate that a MediaStream has had tracks added to or removed from the stream through calls to Media Stream API methods. These events are sent to the stream when these changes occur.
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
open external class OverconstrainedError(constraint: String, message: String = definedExternally) : DOMException
Link copied to clipboard