• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 11 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0028 秒)

1. laya.media.SoundChannel_API3.0 [ 100%]

...c/Protected All Inherited Externals Only exported Menu Globals "laya/media/SoundChannel" SoundChannel Class SoundChannel SoundChannel 用来控制程序中的声音。每个声音均分配给一个声道,而且应用程序可以具有混合在一起的多个声道。 SoundChannel 类包含控制...

来源: Laya3.0_api 发布时间: 20231115

2. laya.media.SoundManager_API3.0 [ 96%]

... value: boolean Returns void Methods Static addChannel addChannel(channel: SoundChannel): void Defined in laya/media/SoundManager.ts:96 添加播放的声音实例。 Parameters channel: SoundChannel SoundChannel 对象。 Returns void Static destroySound destroySound(url: string): void Defined in l...

来源: Laya3.0_api 发布时间: 20231115

3. laya.media.SoundChannel [ 94%]

...I DocumentationAll Packages | All Classes | Index | Frames No Frames SoundChannelProperties | Methods Packagelaya.mediaClasspublic class SoundChannelInheritanceSoundChannel EventDispatcher Object SoundChannel 用来控制程序中的声音。每个声音均分配给一个声道,而且应...

来源: laya_api 发布时间: 20170929

4. laya.media.SoundChannel [ 94%]

...I DocumentationAll Packages | All Classes | Index | Frames No Frames SoundChannelProperties | Methods Packagelaya.mediaClasspublic class SoundChannelInheritanceSoundChannel EventDispatcher Object SoundChannel 用来控制程序中的声音。每个声音均分配给一个声道,而且应...

来源: Laya2.0_api 发布时间: 20190513

5. laya.media.SoundManager [ 87%]

...tatic] SoundManagerPublic Methods  MethodDefined By  addChannel(channel:SoundChannel):void[static] 添加播放的声音实例。 SoundManager  destroySound(url:String):void[static] 释放声音资源。 SoundManager  playMusic(url:String, loops:int = 0, complete:Handler = null, startTime:Num...

来源: Laya2.0_api 发布时间: 20190513

6. laya.media.SoundManager [ 87%]

...放。 SoundManagerPublic Methods  MethodDefined By  addChannel(channel:SoundChannel):void[static] 添加播放的声音实例。 SoundManager  destroySound(url:String):void[static] 释放声音资源。 SoundManager  playMusic(url:String, loops:int = 0, complete:Handler = null, startTime:Num...

来源: laya_api 发布时间: 20170929

7. laya.media.Sound [ 86%]

...移除。 EventDispatcher  play(startTime:Number = 0, loops:Number = 0):SoundChannel 播放声音。 SoundProperty Detaildurationpropertyduration:Number  [read-only] 获取总时间。 Implementation     public function get duration():NumberMethod Detaildispose()method public function dispos...

来源: laya_api 发布时间: 20170929

8. laya.media.Sound [ 85%]

...移除。 EventDispatcher  play(startTime:Number = 0, loops:Number = 0):SoundChannel 播放声音。 SoundProperty Detaildurationpropertyduration:Number  [read-only] 获取总时间。 Implementation     public function get duration():NumberMethod Detaildispose()method public function dispos...

来源: Laya2.0_api 发布时间: 20190513

9. laya.media.Sound_API3.0 [ 82%]

...y[] Returns EventDispatcher play play(startTime?: number, loops?: number): SoundChannel Defined in laya/media/Sound.ts:24 播放声音。 Parameters Default value startTime: number = 0 开始时间,单位秒 Default value loops: number = 0 循环次数,0表示一直循环 Returns SoundChannel 声道...

来源: Laya3.0_api 发布时间: 20231115

10. 怎么获取音乐是否正在播放 [ 59%]

...: https://layaair.ldc.layabox.com/api/?category=Core&class=laya.media.SoundChannel   看一下 sound相关api ,播放音乐会返回一个channel ,这里包含音乐的信息 2018-01-21 0 2 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发...

来源: Laya_社区 发布时间: 20180121