mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
AudioBuffer stub
This commit is contained in:
parent
93990d437e
commit
3fe38a99ad
4 changed files with 113 additions and 1 deletions
|
@ -17,7 +17,7 @@ use std::cell::Cell;
|
|||
// 32 is the minimum required by the spec for createBuffer() and the deprecated
|
||||
// createScriptProcessor() and matches what is used by Blink and Gecko.
|
||||
// The limit protects against large memory allocations.
|
||||
pub static MAX_CHANNEL_COUNT: u32 = 32;
|
||||
pub const MAX_CHANNEL_COUNT: u32 = 32;
|
||||
|
||||
#[dom_struct]
|
||||
pub struct AudioNode {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue