W3C home > Mailing lists > Public > public-webrtc-logs@w3.org > January 2020

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

From: guest271314 via GitHub <sysbot+gh@w3.org>
Date: Mon, 13 Jan 2020 20:46:52 +0000
To: public-webrtc-logs@w3.org
Message-ID: <issue_comment.created-573862648-1578948411-sysbot+gh@w3.org>
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

This archive was generated by hypermail 2.4.0 : Saturday, 6 May 2023 21:19:49 UTC