大约有 101 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0039 秒)
...的iOS系统和Android系统为了节省用户流量,对于Html5中的 audio 和 video标签的 preload 和 autopaly 标签 会自动拦截,除非用户手动点击 交互才会执行。 安卓下,同时只能播放一个audio音频,不支持多个audio音频同时播放,所以,安卓...
来源: Laya_社区 发布时间: 20170722
...s Downloader Hierarchy Downloader Index Properties httpRequestPool Methods audio common image imageWithBlob imageWithWorker Properties httpRequestPool httpRequestPool: Array<HttpRequest> = [] Defined in laya/net/Downloader.ts:80 Methods audio audio(owner: any, url: string, originalUrl: string,...
来源: Laya3.0_api 发布时间: 20231115
... 提交 2 个回复 Laya_Aaron 赞同来自: 1987c private static var _useAudioMusic:Boolean = true; /** * <code>SoundManager</code> 是一个声音管理类。提供了对背景音乐、音效的播放控制方法。 * 引擎默认有两套声音方案:WebAudio和H5A...
来源: Laya_社区 发布时间: 20190919
...16 0 0 分享 微博 QZONE 微信 JQCN 赞同来自: LayaAir引擎通过WebAudio与Audio来播放(优先使用WebAudio)音频,WebAudio以及Audio在不同设备本身存在兼容问题,比如: 1. Android 4.4,用Audio播放有延时(4.4本身不支持WebAudio),而且是偶尔延时...
来源: Laya_社区 发布时间: 20170106
...率会恢复渲染,但是声音就没有了. 初步排查,应该是使用H5Audio的原因,使用H5Audio播放音乐后,切换后台再切换回前台,在document的visibilityChange的监听事件里Browser.document.visibilityState的值是hidden,应该是visible 这边做了临时处理 在core.js...
来源: Laya_社区 发布时间: 20200808
...T }, { url: "res/settings/String_EN.csv", type: Loader.TEXT }, { url: "res/audio/PK_10_BGM_Short.mp3", type: Loader.SOUND }, { url: "res/audio/PK_10_Car_ Final.mp3", type: Loader.SOUND }, { url: "res/audio/PK_10_Car_Amb(Loop).mp3", type: Loader.SOUND }, { url: "res/audio/PK_10_Car_End.mp3", type: Lo...
来源: Laya_社区 发布时间: 20171204
...很简单,附件为复现工程,具体代码在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
ts编译为js后 var AudioCommand = (function(_super) { function AudioCommand() { AudioCommand.__super.call(this); } __class(AudioCommand, 'model.resource.audio.controller.AudioCommand', _super); 1.AudioCommand.__super.call(this); 2.__class(AudioCommand, 'model.resource.audio.controller.AudioComman...
来源: Laya_社区 发布时间: 20180313
...播放声音。 Google在本周更新了Chrome 66,暂时移除针对Web Audio API的自动播放政策。似乎Chrome 70中会再度实施。 之后webAudioSound针对chrome会有相应更新吗 2018-05-18 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: ...
来源: Laya_社区 发布时间: 20180518