mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Add stream types to tracks, add MediaStreamTrack.id and MediaStreamTrack.kind
This commit is contained in:
parent
a9ab13b279
commit
36abbca0a6
4 changed files with 41 additions and 9 deletions
|
@ -6,8 +6,8 @@
|
|||
|
||||
[Exposed=Window, Pref="dom.webrtc.enabled"]
|
||||
interface MediaStreamTrack : EventTarget {
|
||||
// readonly attribute DOMString kind;
|
||||
// readonly attribute DOMString id;
|
||||
readonly attribute DOMString kind;
|
||||
readonly attribute DOMString id;
|
||||
// readonly attribute DOMString label;
|
||||
// attribute boolean enabled;
|
||||
// readonly attribute boolean muted;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue