mirror of
https://github.com/servo/servo.git
synced 2025-08-15 02:15:33 +01:00
Use MediaStreamTracks in MediaStreams
This commit is contained in:
parent
106cc4a1f7
commit
a9ab13b279
6 changed files with 51 additions and 23 deletions
|
@ -32,4 +32,8 @@ impl MediaStreamTrack {
|
|||
MediaStreamTrackBinding::Wrap,
|
||||
)
|
||||
}
|
||||
|
||||
pub fn id(&self) -> MediaStreamId {
|
||||
self.id
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue