Package-level declarations

Types

Link copied to clipboard

The CanvasCaptureMediaStreamTrack interface of the Media Capture and Streams API represents the video track contained in a MediaStream being generated from a canvas following a call to HTMLCanvasElement.captureStream().

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
typealias ConstrainULong = JsAny
Link copied to clipboard
Link copied to clipboard
interface DoubleRange
Link copied to clipboard

The MediaStream interface of the Media Capture and Streams API represents a stream of media content.

Link copied to clipboard
Link copied to clipboard

The MediaStreamTrack interface of the Media Capture and Streams API represents 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

The MediaStreamTrackEvent interface of the Media Capture and Streams API represents events which indicate that a MediaStream has had tracks added to or removed from the stream through calls to Media Capture and Streams API methods.

Link copied to clipboard
sealed interface MediaStreamTrackState
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open class OverconstrainedError(val constraint: String, message: String = definedExternally) : DOMException

The OverconstrainedError interface of the Media Capture and Streams API indicates that the set of desired capabilities for the current MediaStreamTrack cannot currently be met.

Link copied to clipboard
interface ULongRange

Properties

Functions

Link copied to clipboard
inline suspend fun MediaStreamTrack.applyConstraints()

The applyConstraints() method of the MediaStreamTrack interface applies a set of constraints to the track; these constraints let the website or app establish ideal values and acceptable ranges of values for the constrainable properties of the track, such as frame rate, dimensions, echo cancellation, and so forth.

Link copied to clipboard