From 037a4118c4324d39fdef8bd23f9dd21b02f50946 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Thu, 15 Jul 2021 13:01:50 -0400 Subject: delete pages that were never translated from en-US (pl, part 1) (#1549) --- .../web/api/mediaelementaudiosourcenode/index.html | 84 ---------------------- 1 file changed, 84 deletions(-) delete mode 100644 files/pl/web/api/mediaelementaudiosourcenode/index.html (limited to 'files/pl/web/api/mediaelementaudiosourcenode') diff --git a/files/pl/web/api/mediaelementaudiosourcenode/index.html b/files/pl/web/api/mediaelementaudiosourcenode/index.html deleted file mode 100644 index 81bbce3c25..0000000000 --- a/files/pl/web/api/mediaelementaudiosourcenode/index.html +++ /dev/null @@ -1,84 +0,0 @@ ---- -title: MediaElementAudioSourceNode -slug: Web/API/MediaElementAudioSourceNode -translation_of: Web/API/MediaElementAudioSourceNode ---- -

{{APIRef("Web Audio API")}}

- -
-

The MediaElementAudioSourceNode interface represents an audio source consisting of an HTML5 {{ htmlelement("audio") }} or {{ htmlelement("video") }} element. It is an {{domxref("AudioNode")}} that acts as an audio source.

-
- -

A MediaElementSourceNode has no inputs and exactly one output, and is created using the {{domxref("AudioContext.createMediaElementSource")}} method. The amount of channels in the output equals the number of channels of the audio referenced by the {{domxref("HTMLMediaElement")}} used in the creation of the node, or is 1 if the {{domxref("HTMLMediaElement")}} has no audio.

- - - - - - - - - - - - - - - - -
Number of inputs0
Number of outputs1
Channel countdefined by the media in the {{domxref("HTMLMediaElement")}} passed to the {{domxref("AudioContext.createMediaElementSource")}} method that created it.
- -

Constructor

- -
-
{{domxref("MediaElementAudioSourceNode.MediaElementAudioSourceNode", "MediaElementAudioSourceNode()")}}
-
Creates a new MediaElementAudioSourceNode object instance.
-
- -

Properties

- -

Inherits properties from its parent, {{domxref("AudioNode")}}.

- -
-
{{domxref("MediaElementAudioSourceNode.mediaElement", "mediaElement")}} {{ReadOnlyInline}}
-
The {{domxref("HTMLMediaElement")}} used when constructing this MediaStreamAudioSourceNode.
-
- -

Methods

- -

Inherits methods from its parent, {{domxref("AudioNode")}}.

- -

Example

- -

{{page("/en-US/docs/Web/API/AudioContext.createMediaElementSource","Example")}}

- -

Specification

- - - - - - - - - - - - - - -
SpecificationStatusComment
{{SpecName('Web Audio API', '#mediaelementaudiosourcenode', 'MediaElementAudioSourceNode')}}{{Spec2('Web Audio API')}}
- -

Browser compatibility

- -
- - -

{{Compat("api.MediaElementAudioSourceNode")}}

-
- -

See also

- - -- cgit v1.2.3-54-g00ecf