Re: [mediacapture-main] Extending Media Capture and Streams with MediaStreamTrack kind TTS (#654)

Basic model of `MediaStreamTrack` `kind` `"TTS"`

- Single-use
- Persistent

Single-use

`MediaStreamTrack` `enabled` property set to `true` when source is not exhausted and when source is exahausted set `enabled` to `false`, `muted` to `true`, readyState` to `"ended"`. 

Persistent

`MediaStreamTrack` `enabled` property is set to `true` when output is not silence, otherwise set `enabled` property to `false` and `muted` property to `true`. Track does not end until `stop()` is executed or track becomes `muted`.

-- 
GitHub Notification of comment by guest271314
Please view or discuss this issue at https://github.com/w3c/mediacapture-main/issues/654#issuecomment-573862648 using your GitHub account

Received on Monday, 13 January 2020 20:46:53 UTC