|
@@ -188,6 +188,16 @@
|
|
(whether playback should loop).
|
|
(whether playback should loop).
|
|
</p>
|
|
</p>
|
|
|
|
|
|
|
|
+ <h3>[method:Audio setLoopStart]( [param:Float value] )</h3>
|
|
|
|
+ <p>
|
|
|
|
+ Set [link:https://developer.mozilla.org/en-US/docs/Web/API/AudioBufferSourceNode/loopStart source.loopStart] to *value*.
|
|
|
|
+ </p>
|
|
|
|
+
|
|
|
|
+ <h3>[method:Audio setLoopEnd]( [param:Float value] )</h3>
|
|
|
|
+ <p>
|
|
|
|
+ Set [link:https://developer.mozilla.org/en-US/docs/Web/API/AudioBufferSourceNode/loopEnd source.loopEnd] to *value*.
|
|
|
|
+ </p>
|
|
|
|
+
|
|
<h3>[method:Audio setMediaElementSource]( mediaElement )</h3>
|
|
<h3>[method:Audio setMediaElementSource]( mediaElement )</h3>
|
|
<p>
|
|
<p>
|
|
Applies the given object of type [link:https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement HTMLMediaElement] as the source of this audio.<br />
|
|
Applies the given object of type [link:https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement HTMLMediaElement] as the source of this audio.<br />
|