PropsMediaDevices extension

on

Properties

oncaptureaction EventHandlerNonNull<Event>?

Available on MediaDevices, provided by the PropsMediaDevices extension

getter/setter pair
ondevicechange EventHandlerNonNull<Event>?

Available on MediaDevices, provided by the PropsMediaDevices extension

getter/setter pair

Methods

enumerateDevices() Future<Iterable<MediaDeviceInfo>>

Available on MediaDevices, provided by the PropsMediaDevices extension

getDisplayMedia([DisplayMediaStreamOptions? options]) Future<MediaStream>

Available on MediaDevices, provided by the PropsMediaDevices extension

getSupportedConstraints() MediaTrackSupportedConstraints

Available on MediaDevices, provided by the PropsMediaDevices extension

getUserMedia([MediaStreamConstraints? constraints]) Future<MediaStream>

Available on MediaDevices, provided by the PropsMediaDevices extension

getViewportMedia([ViewportMediaStreamConstraints? constraints]) Future<MediaStream>

Available on MediaDevices, provided by the PropsMediaDevices extension

selectAudioOutput([AudioOutputOptions? options]) Future<MediaDeviceInfo>

Available on MediaDevices, provided by the PropsMediaDevices extension

setCaptureHandleConfig([CaptureHandleConfig? config]) → void

Available on MediaDevices, provided by the PropsMediaDevices extension

setSupportedCaptureActions(Iterable<String> actions) → void

Available on MediaDevices, provided by the PropsMediaDevices extension