|
@@ -192,7 +192,12 @@
|
|
<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 />
|
|
Also sets [page:Audio.hasPlaybackControl hasPlaybackControl] to false.
|
|
Also sets [page:Audio.hasPlaybackControl hasPlaybackControl] to false.
|
|
|
|
+ </p>
|
|
|
|
|
|
|
|
+ <h3>[method:Audio setMediaStreamSource]( mediaStream )</h3>
|
|
|
|
+ <p>
|
|
|
|
+ Applies the given object of type [link:https://developer.mozilla.org/en-US/docs/Web/API/MediaStream MediaStream] as the source of this audio.<br />
|
|
|
|
+ Also sets [page:Audio.hasPlaybackControl hasPlaybackControl] to false.
|
|
</p>
|
|
</p>
|
|
|
|
|
|
<h3>[method:Audio setNodeSource]( audioNode )</h3>
|
|
<h3>[method:Audio setNodeSource]( audioNode )</h3>
|