cocos.audio.music module
This is a wrapper to the low level music API. You shouldn’t use this in
your cocos applications; but instead use the music control functions in the
Scene class
-
class DummyMusicControl
Bases: object
-
load(filename)
-
play()
-
stop()
-
class MusicControl
Bases: object
-
load(filename)
-
play()
-
stop()
-
set_control(name)