@@ -3,71 +3,71 @@ use super::*;
3
3
use wasm_bindgen:: prelude:: * ;
4
4
#[ wasm_bindgen]
5
5
extern "C" {
6
- # [ wasm_bindgen ( extends = AudioNode , extends = EventTarget , extends = :: js_sys :: Object , js_name = AnalyserNode , typescript_type = "AnalyserNode" ) ]
6
+ # [ wasm_bindgen ( extends = AudioNode , extends = EventTarget , extends = :: js_sys :: Object , js_name = AnalyserNode , typescript_type = "AnalyserNode" ) ]
7
7
#[ derive( Debug , Clone , PartialEq , Eq ) ]
8
8
#[ doc = "The `AnalyserNode` class." ]
9
9
#[ doc = "" ]
10
10
#[ doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/AnalyserNode)" ]
11
11
#[ doc = "" ]
12
12
#[ doc = "*This API requires the following crate features to be activated: `AnalyserNode`*" ]
13
13
pub type AnalyserNode ;
14
- # [ wasm_bindgen ( structural , method , getter , js_class = "AnalyserNode" , js_name = fftSize ) ]
14
+ # [ wasm_bindgen ( structural , method , getter , js_class = "AnalyserNode" , js_name = fftSize) ]
15
15
#[ doc = "Getter for the `fftSize` field of this object." ]
16
16
#[ doc = "" ]
17
17
#[ doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/AnalyserNode/fftSize)" ]
18
18
#[ doc = "" ]
19
19
#[ doc = "*This API requires the following crate features to be activated: `AnalyserNode`*" ]
20
20
pub fn fft_size ( this : & AnalyserNode ) -> u32 ;
21
- # [ wasm_bindgen ( structural , method , setter , js_class = "AnalyserNode" , js_name = fftSize ) ]
21
+ # [ wasm_bindgen ( structural , method , setter , js_class = "AnalyserNode" , js_name = fftSize) ]
22
22
#[ doc = "Setter for the `fftSize` field of this object." ]
23
23
#[ doc = "" ]
24
24
#[ doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/AnalyserNode/fftSize)" ]
25
25
#[ doc = "" ]
26
26
#[ doc = "*This API requires the following crate features to be activated: `AnalyserNode`*" ]
27
27
pub fn set_fft_size ( this : & AnalyserNode , value : u32 ) ;
28
- # [ wasm_bindgen ( structural , method , getter , js_class = "AnalyserNode" , js_name = frequencyBinCount ) ]
28
+ # [ wasm_bindgen ( structural , method , getter , js_class = "AnalyserNode" , js_name = frequencyBinCount) ]
29
29
#[ doc = "Getter for the `frequencyBinCount` field of this object." ]
30
30
#[ doc = "" ]
31
31
#[ doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/AnalyserNode/frequencyBinCount)" ]
32
32
#[ doc = "" ]
33
33
#[ doc = "*This API requires the following crate features to be activated: `AnalyserNode`*" ]
34
34
pub fn frequency_bin_count ( this : & AnalyserNode ) -> u32 ;
35
- # [ wasm_bindgen ( structural , method , getter , js_class = "AnalyserNode" , js_name = minDecibels ) ]
35
+ # [ wasm_bindgen ( structural , method , getter , js_class = "AnalyserNode" , js_name = minDecibels) ]
36
36
#[ doc = "Getter for the `minDecibels` field of this object." ]
37
37
#[ doc = "" ]
38
38
#[ doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/AnalyserNode/minDecibels)" ]
39
39
#[ doc = "" ]
40
40
#[ doc = "*This API requires the following crate features to be activated: `AnalyserNode`*" ]
41
41
pub fn min_decibels ( this : & AnalyserNode ) -> f64 ;
42
- # [ wasm_bindgen ( structural , method , setter , js_class = "AnalyserNode" , js_name = minDecibels ) ]
42
+ # [ wasm_bindgen ( structural , method , setter , js_class = "AnalyserNode" , js_name = minDecibels) ]
43
43
#[ doc = "Setter for the `minDecibels` field of this object." ]
44
44
#[ doc = "" ]
45
45
#[ doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/AnalyserNode/minDecibels)" ]
46
46
#[ doc = "" ]
47
47
#[ doc = "*This API requires the following crate features to be activated: `AnalyserNode`*" ]
48
48
pub fn set_min_decibels ( this : & AnalyserNode , value : f64 ) ;
49
- # [ wasm_bindgen ( structural , method , getter , js_class = "AnalyserNode" , js_name = maxDecibels ) ]
49
+ # [ wasm_bindgen ( structural , method , getter , js_class = "AnalyserNode" , js_name = maxDecibels) ]
50
50
#[ doc = "Getter for the `maxDecibels` field of this object." ]
51
51
#[ doc = "" ]
52
52
#[ doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/AnalyserNode/maxDecibels)" ]
53
53
#[ doc = "" ]
54
54
#[ doc = "*This API requires the following crate features to be activated: `AnalyserNode`*" ]
55
55
pub fn max_decibels ( this : & AnalyserNode ) -> f64 ;
56
- # [ wasm_bindgen ( structural , method , setter , js_class = "AnalyserNode" , js_name = maxDecibels ) ]
56
+ # [ wasm_bindgen ( structural , method , setter , js_class = "AnalyserNode" , js_name = maxDecibels) ]
57
57
#[ doc = "Setter for the `maxDecibels` field of this object." ]
58
58
#[ doc = "" ]
59
59
#[ doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/AnalyserNode/maxDecibels)" ]
60
60
#[ doc = "" ]
61
61
#[ doc = "*This API requires the following crate features to be activated: `AnalyserNode`*" ]
62
62
pub fn set_max_decibels ( this : & AnalyserNode , value : f64 ) ;
63
- # [ wasm_bindgen ( structural , method , getter , js_class = "AnalyserNode" , js_name = smoothingTimeConstant ) ]
63
+ # [ wasm_bindgen ( structural , method , getter , js_class = "AnalyserNode" , js_name = smoothingTimeConstant) ]
64
64
#[ doc = "Getter for the `smoothingTimeConstant` field of this object." ]
65
65
#[ doc = "" ]
66
66
#[ doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/AnalyserNode/smoothingTimeConstant)" ]
67
67
#[ doc = "" ]
68
68
#[ doc = "*This API requires the following crate features to be activated: `AnalyserNode`*" ]
69
69
pub fn smoothing_time_constant ( this : & AnalyserNode ) -> f64 ;
70
- # [ wasm_bindgen ( structural , method , setter , js_class = "AnalyserNode" , js_name = smoothingTimeConstant ) ]
70
+ # [ wasm_bindgen ( structural , method , setter , js_class = "AnalyserNode" , js_name = smoothingTimeConstant) ]
71
71
#[ doc = "Setter for the `smoothingTimeConstant` field of this object." ]
72
72
#[ doc = "" ]
73
73
#[ doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/AnalyserNode/smoothingTimeConstant)" ]
@@ -93,28 +93,28 @@ extern "C" {
93
93
context : & BaseAudioContext ,
94
94
options : & AnalyserOptions ,
95
95
) -> Result < AnalyserNode , JsValue > ;
96
- # [ wasm_bindgen ( method , structural , js_class = "AnalyserNode" , js_name = getByteFrequencyData ) ]
96
+ # [ wasm_bindgen ( method , structural , js_class = "AnalyserNode" , js_name = getByteFrequencyData) ]
97
97
#[ doc = "The `getByteFrequencyData()` method." ]
98
98
#[ doc = "" ]
99
99
#[ doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/AnalyserNode/getByteFrequencyData)" ]
100
100
#[ doc = "" ]
101
101
#[ doc = "*This API requires the following crate features to be activated: `AnalyserNode`*" ]
102
102
pub fn get_byte_frequency_data ( this : & AnalyserNode , array : & mut [ u8 ] ) ;
103
- # [ wasm_bindgen ( method , structural , js_class = "AnalyserNode" , js_name = getByteTimeDomainData ) ]
103
+ # [ wasm_bindgen ( method , structural , js_class = "AnalyserNode" , js_name = getByteTimeDomainData) ]
104
104
#[ doc = "The `getByteTimeDomainData()` method." ]
105
105
#[ doc = "" ]
106
106
#[ doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/AnalyserNode/getByteTimeDomainData)" ]
107
107
#[ doc = "" ]
108
108
#[ doc = "*This API requires the following crate features to be activated: `AnalyserNode`*" ]
109
109
pub fn get_byte_time_domain_data ( this : & AnalyserNode , array : & mut [ u8 ] ) ;
110
- # [ wasm_bindgen ( method , structural , js_class = "AnalyserNode" , js_name = getFloatFrequencyData ) ]
110
+ # [ wasm_bindgen ( method , structural , js_class = "AnalyserNode" , js_name = getFloatFrequencyData) ]
111
111
#[ doc = "The `getFloatFrequencyData()` method." ]
112
112
#[ doc = "" ]
113
113
#[ doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/AnalyserNode/getFloatFrequencyData)" ]
114
114
#[ doc = "" ]
115
115
#[ doc = "*This API requires the following crate features to be activated: `AnalyserNode`*" ]
116
116
pub fn get_float_frequency_data ( this : & AnalyserNode , array : & mut [ f32 ] ) ;
117
- # [ wasm_bindgen ( method , structural , js_class = "AnalyserNode" , js_name = getFloatTimeDomainData ) ]
117
+ # [ wasm_bindgen ( method , structural , js_class = "AnalyserNode" , js_name = getFloatTimeDomainData) ]
118
118
#[ doc = "The `getFloatTimeDomainData()` method." ]
119
119
#[ doc = "" ]
120
120
#[ doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/AnalyserNode/getFloatTimeDomainData)" ]
0 commit comments