Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 779 Bytes

File metadata and controls

14 lines (9 loc) · 779 Bytes

MediaStreamConstraints

Namespace: SpawnDev.SpawnJS.JSObjects
Source: JSObjects/MediaStreamConstraints.cs

The MediaStreamConstraints dictionary is used to instruct the User Agent what sort of MediaStreamTracks to include in the MediaStream returned by getUserMedia(). https://www.w3.org/TR/mediacapture-streams/#dom-mediastreamconstraints

Properties

Property Type Access Description
MediaStreamConstraints class get The MediaStreamConstraints dictionary is used to instruct the User Agent what sort of MediaStreamTracks to include in the MediaStream returned by getUserMedia(). https://www.w3.org/TR/mediacapture-streams/#dom-mediastreamconstraints
Audio Union<bool, MediaTrackConstraints>? get