[mediacapture-transform] Review mute/unmute/ended and constraints on new VideoTrackGenerator().track (#109)

jan-ivar has just created a new issue for https://github.com/w3c/mediacapture-transform:

== Review mute/unmute/ended and constraints on new VideoTrackGenerator().track ==
As per https://github.com/w3c/mediacapture-main/issues/984, review mute/unmute/ended and constraints on new VideoTrackGenerator().track.

Mute/unmute is controlled by VideoTrackGenerator's [muted](https://w3c.github.io/mediacapture-transform/#dom-videotrackgenerator-muted) attribute.

The track is ended when the [writable is closed](https://w3c.github.io/mediacapture-transform/#closewritable) (nit: the "end" link is wrong):
<img width="753" alt="image" src="https://github.com/w3c/mediacapture-transform/assets/3136226/033c515a-ad08-4dee-aa3c-d0dcf933293f">

Constraints are defined in [ยง 2.2.5.2. Constrainable properties](https://w3c.github.io/mediacapture-transform/#generator-constrainable-properties).

Everything seems in order. No relevant open issues found.

Please view or discuss this issue at https://github.com/w3c/mediacapture-transform/issues/109 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Tuesday, 20 February 2024 20:25:52 UTC