大约有 24 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0050 秒)
...很简单,附件为复现工程,具体代码在GameUiTest.js this.imaAudioLocal.on(Laya.Event.CLICK, this, ()=>{ let resUrl = "res/audio/sound_click.wav"; Laya.SoundManager.playSound(resUrl, 1); }); this.imaAudioNet.on(Laya.Event.CLICK, this, ()=>{ let resUrl = "https://具体地址见...
来源: Laya_社区 发布时间: 20200225
...MERIC = 16; class MiniSoundChannel extends Laya.SoundChannel { constructor(audio, miniSound) { super(); this._audio = audio; this._miniSound = miniSound; this._onEnd = MiniSoundChannel.bindToThis(this.__onEnd, this); audio.onEnded(this._onEnd); } static bindToThis(fun, scope) { var rst = fun; rst = ...
来源: Laya_社区 发布时间: 20200103
...完毕事件后的音频,如何暂停 Laya.SoundManager.playSound("res/audio/CoreState.mp3",1,new Laya.Handler(this,function(){ ..}) 如代码所示该音频绑定了事件, 然后调用Laya.SoundManager.stopSound("res/audio/CoreState.mp3")就直接报错 bundle.js:512 Uncaught RangeError: Max...
来源: Laya_社区 发布时间: 20200811
...k.onmessage callback function 2、null is not an object (evaluating 'this._audio.play');at audioContext.onended callback function 3、Cannot read property 'play' of null;at audioContext.onended callback function 2、3应该是一样的 layaide 版本 1.7.16 微信开发者工具 版本 1.02.1807200 ...
来源: Laya_社区 发布时间: 20180728
...。 下面我们先来看下mdn上给的例子。 https://mdn.github.io/webaudio-examples/stream-source-buffer/ 开发者用手机或者微信打开这个地址测试下你手机的支持度。 这个是个测试的连接,协议也是https的,开发者在调用摄像头的时候要注意这一...
来源: Laya3.0_文档 发布时间: 20241014
... this.loadScene("LoginGame.scene"); } onEnable() { SoundManager.playMusic("audio/梅林茂 - 静かな古都.mp3", 0); this.login_game_button.on(Laya.Event.CLICK, this,this.onStartButtonClick); } onStartButtonClick(){ // 创建Video元素 let videoElement = Laya.Browser.createElement("video"); Laya....
来源: Laya_社区 发布时间: 20181124
...。 下面我们先来看下mdn上给的例子。 https://mdn.github.io/webaudio-examples/stream-source-buffer/ 开发者用手机或者微信打开这个地址测试下你手机的支持度。 ![L`6Q322IAT7251L4{J1PWW](img/L`6Q322IAT7251L4{J1P]WW.png)。 这个是个测试的连接,协议也...
来源: Laya2.0_文档 发布时间: 20210715
...ideo支持的所有事件参见:http://www.w3school.com.cn/tags/html_ref_audio_video_dom.asp。 MDN Video链接:https://developer.mozilla.org/en-US/docs/Web/HTML/Element/video。 而且我这边测试的VideoNode可以在安卓的Chrome中播放,或许是您的使用方法出现了问题。...
来源: Laya_社区 发布时间: 20231007
... 下面我们先来看下mdn上给的例子。 [https://mdn.github.io/webaudio-examples/stream-source-buffer/](https://mdn.github.io/webaudio-examples/stream-source-buffer/) 开发者用手机或者微信打开这个地址测试下你手机的支持度。 ![5](img/5.png) 这个是个测试的连接...
来源: Laya2.0_文档 发布时间: 20210714
... 下面我们先来看下mdn上给的例子。 [https://mdn.github.io/webaudio-examples/stream-source-buffer/](https://mdn.github.io/webaudio-examples/stream-source-buffer/) 开发者用手机或者微信打开这个地址测试下你手机的支持度。 ![5](img/5.png) 这个是个测试的连接...
来源: Laya2.0_文档 发布时间: 20210715