MediaStreamTrack

sealed external class MediaStreamTrack : EventTarget(source)

A single media track within a stream; typically, these are audio or video tracks, but other track types may exist as well.

MDN Reference

Inheritors

Properties

Functions

Link copied to clipboard
suspend fun applyConstraints(constraints: MediaTrackConstraints = definedExternally)
Link copied to clipboard
fun applyConstraintsAsync(constraints: MediaTrackConstraints = definedExternally): Promise<Void>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard