Video Media Track Settings Update
@Serializable
Content copied to clipboard
Settings used to select and configure a video input device.
A number of common selection options are available, and custom MediaTrackConstraints can be specified for compatibility.
Constructors
Link copied to clipboard
fun VideoMediaTrackSettingsUpdate(deviceId: Update<Device>? = null, width: Update<Width>? = null, height: Update<Height>? = null, frameRate: Update<FrameRate>? = null, facingMode: Update<FacingModeUpdate>? = null, torch: Update<Torch>? = null, zoom: Update<ZoomRatio>? = null, processor: Update<VideoProcessor>? = null)
Content copied to clipboard