mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
MediaElementAudioSourceNode implementation
This commit is contained in:
parent
ea054871bf
commit
03485d730f
4 changed files with 103 additions and 0 deletions
|
@ -97,6 +97,10 @@ impl AudioContext {
|
|||
self.context.resume();
|
||||
}
|
||||
}
|
||||
|
||||
pub fn base(&self) -> DomRoot<BaseAudioContext> {
|
||||
DomRoot::from_ref(&self.context)
|
||||
}
|
||||
}
|
||||
|
||||
impl AudioContextMethods for AudioContext {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue