mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Add {MediaStream, MediaStreamTrack}.clone()
This commit is contained in:
parent
477ca175e3
commit
229ce36431
4 changed files with 18 additions and 4 deletions
|
@ -15,7 +15,7 @@ interface MediaStreamTrack : EventTarget {
|
|||
// attribute EventHandler onunmute;
|
||||
// readonly attribute MediaStreamTrackState readyState;
|
||||
// attribute EventHandler onended;
|
||||
// MediaStreamTrack clone();
|
||||
MediaStreamTrack clone();
|
||||
// void stop();
|
||||
// MediaTrackCapabilities getCapabilities();
|
||||
// MediaTrackConstraints getConstraints();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue