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
| 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 |