静态
_bg静态
_music静态
auto静态
music静态
playback静态
sound静态
auto静态
music静态
muted静态
sound静态
use静态
add静态
destroy静态
dispose静态
dispose静态
playThe URL of the sound file.
The number of times to loop the music. 0 means infinite loop.
The callback function when the music playback is complete. The result parameter is true if playback is completed, false/undefined if triggered by stop.
The start time of the music playback.
A SoundChannel object, through which you can control the sound and get sound information.
静态
playThe URL of the sound file.
The number of times to loop the sound. 0 means infinite loop.
The callback function when the sound playback is complete. It should be a Handler object.
The sound class to use for playback. If null, it will be automatically selected.
The start time of the sound playback.
可选
volume: numberThe volume of the sound. The range is from 0 to 1.
A SoundChannel object, through which you can control the sound and get sound information.
静态
removeThe SoundChannel
object.
静态
set静态
setThe volume. Initial value is 1. Volume range is from 0 (mute) to 1 (maximum volume).
(default = null) The URL of the sound file. If null, it sets the volume for all sound effects (excluding background music). If not null, it sets the volume for the specified sound (background music or sound effect).
静态
stop静态
stop静态
stop静态
stop
En
The
SoundManager
is a sound management class. It provides control methods for playing background music and sound effects.Zh
SoundManager
是一个声音管理类。提供了对背景音乐、音效的播放控制方法。