web_sys/features/
gen_EncodedAudioChunkInit.rs1#![allow(unused_imports)]
2#![allow(clippy::all)]
3use super::*;
4use wasm_bindgen::prelude::*;
5#[cfg(web_sys_unstable_apis)]
6#[wasm_bindgen]
7extern "C" {
8 # [wasm_bindgen (extends = :: js_sys :: Object , js_name = EncodedAudioChunkInit)]
9 #[derive(Debug, Clone, PartialEq, Eq)]
10 #[doc = "The `EncodedAudioChunkInit` dictionary."]
11 #[doc = ""]
12 #[doc = "*This API requires the following crate features to be activated: `EncodedAudioChunkInit`*"]
13 #[doc = ""]
14 #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
15 #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
16 pub type EncodedAudioChunkInit;
17 #[cfg(web_sys_unstable_apis)]
18 #[doc = "Get the `data` field of this object."]
19 #[doc = ""]
20 #[doc = "*This API requires the following crate features to be activated: `EncodedAudioChunkInit`*"]
21 #[doc = ""]
22 #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
23 #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
24 #[wasm_bindgen(method, getter = "data")]
25 pub fn get_data(this: &EncodedAudioChunkInit) -> ::js_sys::Object;
26 #[cfg(web_sys_unstable_apis)]
27 #[doc = "Change the `data` field of this object."]
28 #[doc = ""]
29 #[doc = "*This API requires the following crate features to be activated: `EncodedAudioChunkInit`*"]
30 #[doc = ""]
31 #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
32 #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
33 #[wasm_bindgen(method, setter = "data")]
34 pub fn set_data(this: &EncodedAudioChunkInit, val: &::js_sys::Object);
35 #[cfg(web_sys_unstable_apis)]
36 #[doc = "Get the `duration` field of this object."]
37 #[doc = ""]
38 #[doc = "*This API requires the following crate features to be activated: `EncodedAudioChunkInit`*"]
39 #[doc = ""]
40 #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
41 #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
42 #[wasm_bindgen(method, getter = "duration")]
43 pub fn get_duration(this: &EncodedAudioChunkInit) -> Option<f64>;
44 #[cfg(web_sys_unstable_apis)]
45 #[doc = "Change the `duration` field of this object."]
46 #[doc = ""]
47 #[doc = "*This API requires the following crate features to be activated: `EncodedAudioChunkInit`*"]
48 #[doc = ""]
49 #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
50 #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
51 #[wasm_bindgen(method, setter = "duration")]
52 pub fn set_duration(this: &EncodedAudioChunkInit, val: f64);
53 #[cfg(web_sys_unstable_apis)]
54 #[doc = "Get the `timestamp` field of this object."]
55 #[doc = ""]
56 #[doc = "*This API requires the following crate features to be activated: `EncodedAudioChunkInit`*"]
57 #[doc = ""]
58 #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
59 #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
60 #[wasm_bindgen(method, getter = "timestamp")]
61 pub fn get_timestamp(this: &EncodedAudioChunkInit) -> f64;
62 #[cfg(web_sys_unstable_apis)]
63 #[doc = "Change the `timestamp` field of this object."]
64 #[doc = ""]
65 #[doc = "*This API requires the following crate features to be activated: `EncodedAudioChunkInit`*"]
66 #[doc = ""]
67 #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
68 #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
69 #[wasm_bindgen(method, setter = "timestamp")]
70 pub fn set_timestamp(this: &EncodedAudioChunkInit, val: f64);
71 #[cfg(web_sys_unstable_apis)]
72 #[cfg(feature = "EncodedAudioChunkType")]
73 #[doc = "Get the `type` field of this object."]
74 #[doc = ""]
75 #[doc = "*This API requires the following crate features to be activated: `EncodedAudioChunkInit`, `EncodedAudioChunkType`*"]
76 #[doc = ""]
77 #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
78 #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
79 #[wasm_bindgen(method, getter = "type")]
80 pub fn get_type(this: &EncodedAudioChunkInit) -> EncodedAudioChunkType;
81 #[cfg(web_sys_unstable_apis)]
82 #[cfg(feature = "EncodedAudioChunkType")]
83 #[doc = "Change the `type` field of this object."]
84 #[doc = ""]
85 #[doc = "*This API requires the following crate features to be activated: `EncodedAudioChunkInit`, `EncodedAudioChunkType`*"]
86 #[doc = ""]
87 #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
88 #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
89 #[wasm_bindgen(method, setter = "type")]
90 pub fn set_type(this: &EncodedAudioChunkInit, val: EncodedAudioChunkType);
91}
92#[cfg(web_sys_unstable_apis)]
93impl EncodedAudioChunkInit {
94 #[cfg(feature = "EncodedAudioChunkType")]
95 #[doc = "Construct a new `EncodedAudioChunkInit`."]
96 #[doc = ""]
97 #[doc = "*This API requires the following crate features to be activated: `EncodedAudioChunkInit`, `EncodedAudioChunkType`*"]
98 #[doc = ""]
99 #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
100 #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
101 pub fn new(data: &::js_sys::Object, timestamp: f64, type_: EncodedAudioChunkType) -> Self {
102 #[allow(unused_mut)]
103 let mut ret: Self = ::wasm_bindgen::JsCast::unchecked_into(::js_sys::Object::new());
104 ret.set_data(data);
105 ret.set_timestamp(timestamp);
106 ret.set_type(type_);
107 ret
108 }
109 #[cfg(web_sys_unstable_apis)]
110 #[deprecated = "Use `set_data()` instead."]
111 pub fn data(&mut self, val: &::js_sys::Object) -> &mut Self {
112 self.set_data(val);
113 self
114 }
115 #[cfg(web_sys_unstable_apis)]
116 #[deprecated = "Use `set_duration()` instead."]
117 pub fn duration(&mut self, val: f64) -> &mut Self {
118 self.set_duration(val);
119 self
120 }
121 #[cfg(web_sys_unstable_apis)]
122 #[deprecated = "Use `set_timestamp()` instead."]
123 pub fn timestamp(&mut self, val: f64) -> &mut Self {
124 self.set_timestamp(val);
125 self
126 }
127 #[cfg(web_sys_unstable_apis)]
128 #[cfg(feature = "EncodedAudioChunkType")]
129 #[deprecated = "Use `set_type()` instead."]
130 pub fn type_(&mut self, val: EncodedAudioChunkType) -> &mut Self {
131 self.set_type(val);
132 self
133 }
134}