summaryrefslogtreecommitdiffstats
path: root/vendor/web-sys/src/features/gen_MediaRecorder.rs
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-18 02:49:50 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-18 02:49:50 +0000
commit9835e2ae736235810b4ea1c162ca5e65c547e770 (patch)
tree3fcebf40ed70e581d776a8a4c65923e8ec20e026 /vendor/web-sys/src/features/gen_MediaRecorder.rs
parentReleasing progress-linux version 1.70.0+dfsg2-1~progress7.99u1. (diff)
downloadrustc-9835e2ae736235810b4ea1c162ca5e65c547e770.tar.xz
rustc-9835e2ae736235810b4ea1c162ca5e65c547e770.zip
Merging upstream version 1.71.1+dfsg1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'vendor/web-sys/src/features/gen_MediaRecorder.rs')
-rw-r--r--vendor/web-sys/src/features/gen_MediaRecorder.rs206
1 files changed, 206 insertions, 0 deletions
diff --git a/vendor/web-sys/src/features/gen_MediaRecorder.rs b/vendor/web-sys/src/features/gen_MediaRecorder.rs
new file mode 100644
index 000000000..1153152da
--- /dev/null
+++ b/vendor/web-sys/src/features/gen_MediaRecorder.rs
@@ -0,0 +1,206 @@
+#![allow(unused_imports)]
+use super::*;
+use wasm_bindgen::prelude::*;
+#[wasm_bindgen]
+extern "C" {
+ # [wasm_bindgen (extends = EventTarget , extends = :: js_sys :: Object , js_name = MediaRecorder , typescript_type = "MediaRecorder")]
+ #[derive(Debug, Clone, PartialEq, Eq)]
+ #[doc = "The `MediaRecorder` class."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/MediaRecorder)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `MediaRecorder`*"]
+ pub type MediaRecorder;
+ #[cfg(feature = "MediaStream")]
+ # [wasm_bindgen (structural , method , getter , js_class = "MediaRecorder" , js_name = stream)]
+ #[doc = "Getter for the `stream` field of this object."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/MediaRecorder/stream)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `MediaRecorder`, `MediaStream`*"]
+ pub fn stream(this: &MediaRecorder) -> MediaStream;
+ #[cfg(feature = "RecordingState")]
+ # [wasm_bindgen (structural , method , getter , js_class = "MediaRecorder" , js_name = state)]
+ #[doc = "Getter for the `state` field of this object."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/MediaRecorder/state)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `MediaRecorder`, `RecordingState`*"]
+ pub fn state(this: &MediaRecorder) -> RecordingState;
+ # [wasm_bindgen (structural , method , getter , js_class = "MediaRecorder" , js_name = mimeType)]
+ #[doc = "Getter for the `mimeType` field of this object."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/MediaRecorder/mimeType)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `MediaRecorder`*"]
+ pub fn mime_type(this: &MediaRecorder) -> String;
+ # [wasm_bindgen (structural , method , getter , js_class = "MediaRecorder" , js_name = ondataavailable)]
+ #[doc = "Getter for the `ondataavailable` field of this object."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/MediaRecorder/ondataavailable)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `MediaRecorder`*"]
+ pub fn ondataavailable(this: &MediaRecorder) -> Option<::js_sys::Function>;
+ # [wasm_bindgen (structural , method , setter , js_class = "MediaRecorder" , js_name = ondataavailable)]
+ #[doc = "Setter for the `ondataavailable` field of this object."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/MediaRecorder/ondataavailable)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `MediaRecorder`*"]
+ pub fn set_ondataavailable(this: &MediaRecorder, value: Option<&::js_sys::Function>);
+ # [wasm_bindgen (structural , method , getter , js_class = "MediaRecorder" , js_name = onerror)]
+ #[doc = "Getter for the `onerror` field of this object."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/MediaRecorder/onerror)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `MediaRecorder`*"]
+ pub fn onerror(this: &MediaRecorder) -> Option<::js_sys::Function>;
+ # [wasm_bindgen (structural , method , setter , js_class = "MediaRecorder" , js_name = onerror)]
+ #[doc = "Setter for the `onerror` field of this object."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/MediaRecorder/onerror)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `MediaRecorder`*"]
+ pub fn set_onerror(this: &MediaRecorder, value: Option<&::js_sys::Function>);
+ # [wasm_bindgen (structural , method , getter , js_class = "MediaRecorder" , js_name = onstart)]
+ #[doc = "Getter for the `onstart` field of this object."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/MediaRecorder/onstart)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `MediaRecorder`*"]
+ pub fn onstart(this: &MediaRecorder) -> Option<::js_sys::Function>;
+ # [wasm_bindgen (structural , method , setter , js_class = "MediaRecorder" , js_name = onstart)]
+ #[doc = "Setter for the `onstart` field of this object."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/MediaRecorder/onstart)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `MediaRecorder`*"]
+ pub fn set_onstart(this: &MediaRecorder, value: Option<&::js_sys::Function>);
+ # [wasm_bindgen (structural , method , getter , js_class = "MediaRecorder" , js_name = onstop)]
+ #[doc = "Getter for the `onstop` field of this object."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/MediaRecorder/onstop)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `MediaRecorder`*"]
+ pub fn onstop(this: &MediaRecorder) -> Option<::js_sys::Function>;
+ # [wasm_bindgen (structural , method , setter , js_class = "MediaRecorder" , js_name = onstop)]
+ #[doc = "Setter for the `onstop` field of this object."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/MediaRecorder/onstop)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `MediaRecorder`*"]
+ pub fn set_onstop(this: &MediaRecorder, value: Option<&::js_sys::Function>);
+ # [wasm_bindgen (structural , method , getter , js_class = "MediaRecorder" , js_name = onwarning)]
+ #[doc = "Getter for the `onwarning` field of this object."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/MediaRecorder/onwarning)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `MediaRecorder`*"]
+ pub fn onwarning(this: &MediaRecorder) -> Option<::js_sys::Function>;
+ # [wasm_bindgen (structural , method , setter , js_class = "MediaRecorder" , js_name = onwarning)]
+ #[doc = "Setter for the `onwarning` field of this object."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/MediaRecorder/onwarning)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `MediaRecorder`*"]
+ pub fn set_onwarning(this: &MediaRecorder, value: Option<&::js_sys::Function>);
+ #[cfg(feature = "MediaStream")]
+ #[wasm_bindgen(catch, constructor, js_class = "MediaRecorder")]
+ #[doc = "The `new MediaRecorder(..)` constructor, creating a new instance of `MediaRecorder`."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/MediaRecorder/MediaRecorder)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `MediaRecorder`, `MediaStream`*"]
+ pub fn new_with_media_stream(stream: &MediaStream) -> Result<MediaRecorder, JsValue>;
+ #[cfg(all(feature = "MediaRecorderOptions", feature = "MediaStream",))]
+ #[wasm_bindgen(catch, constructor, js_class = "MediaRecorder")]
+ #[doc = "The `new MediaRecorder(..)` constructor, creating a new instance of `MediaRecorder`."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/MediaRecorder/MediaRecorder)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `MediaRecorder`, `MediaRecorderOptions`, `MediaStream`*"]
+ pub fn new_with_media_stream_and_media_recorder_options(
+ stream: &MediaStream,
+ options: &MediaRecorderOptions,
+ ) -> Result<MediaRecorder, JsValue>;
+ #[cfg(feature = "AudioNode")]
+ #[wasm_bindgen(catch, constructor, js_class = "MediaRecorder")]
+ #[doc = "The `new MediaRecorder(..)` constructor, creating a new instance of `MediaRecorder`."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/MediaRecorder/MediaRecorder)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `AudioNode`, `MediaRecorder`*"]
+ pub fn new_with_audio_node(node: &AudioNode) -> Result<MediaRecorder, JsValue>;
+ #[cfg(feature = "AudioNode")]
+ #[wasm_bindgen(catch, constructor, js_class = "MediaRecorder")]
+ #[doc = "The `new MediaRecorder(..)` constructor, creating a new instance of `MediaRecorder`."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/MediaRecorder/MediaRecorder)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `AudioNode`, `MediaRecorder`*"]
+ pub fn new_with_audio_node_and_u32(
+ node: &AudioNode,
+ output: u32,
+ ) -> Result<MediaRecorder, JsValue>;
+ #[cfg(all(feature = "AudioNode", feature = "MediaRecorderOptions",))]
+ #[wasm_bindgen(catch, constructor, js_class = "MediaRecorder")]
+ #[doc = "The `new MediaRecorder(..)` constructor, creating a new instance of `MediaRecorder`."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/MediaRecorder/MediaRecorder)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `AudioNode`, `MediaRecorder`, `MediaRecorderOptions`*"]
+ pub fn new_with_audio_node_and_u32_and_options(
+ node: &AudioNode,
+ output: u32,
+ options: &MediaRecorderOptions,
+ ) -> Result<MediaRecorder, JsValue>;
+ # [wasm_bindgen (static_method_of = MediaRecorder , js_class = "MediaRecorder" , js_name = isTypeSupported)]
+ #[doc = "The `isTypeSupported()` method."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/MediaRecorder/isTypeSupported)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `MediaRecorder`*"]
+ pub fn is_type_supported(type_: &str) -> bool;
+ # [wasm_bindgen (catch , method , structural , js_class = "MediaRecorder" , js_name = pause)]
+ #[doc = "The `pause()` method."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/MediaRecorder/pause)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `MediaRecorder`*"]
+ pub fn pause(this: &MediaRecorder) -> Result<(), JsValue>;
+ # [wasm_bindgen (catch , method , structural , js_class = "MediaRecorder" , js_name = requestData)]
+ #[doc = "The `requestData()` method."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/MediaRecorder/requestData)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `MediaRecorder`*"]
+ pub fn request_data(this: &MediaRecorder) -> Result<(), JsValue>;
+ # [wasm_bindgen (catch , method , structural , js_class = "MediaRecorder" , js_name = resume)]
+ #[doc = "The `resume()` method."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/MediaRecorder/resume)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `MediaRecorder`*"]
+ pub fn resume(this: &MediaRecorder) -> Result<(), JsValue>;
+ # [wasm_bindgen (catch , method , structural , js_class = "MediaRecorder" , js_name = start)]
+ #[doc = "The `start()` method."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/MediaRecorder/start)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `MediaRecorder`*"]
+ pub fn start(this: &MediaRecorder) -> Result<(), JsValue>;
+ # [wasm_bindgen (catch , method , structural , js_class = "MediaRecorder" , js_name = start)]
+ #[doc = "The `start()` method."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/MediaRecorder/start)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `MediaRecorder`*"]
+ pub fn start_with_time_slice(this: &MediaRecorder, time_slice: i32) -> Result<(), JsValue>;
+ # [wasm_bindgen (catch , method , structural , js_class = "MediaRecorder" , js_name = stop)]
+ #[doc = "The `stop()` method."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/MediaRecorder/stop)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `MediaRecorder`*"]
+ pub fn stop(this: &MediaRecorder) -> Result<(), JsValue>;
+}