# MediaAudioPlayer

MediaAudioPlayer Example, you can use the wx.createMediaAudioPlayer Interface gets an instance.

# attribute

# number volume

Volume. range 01。 Default is 1

# method

# Promise MediaAudioPlayer.start()

Start Player

# Promise MediaAudioPlayer.addAudioSource(VideoDecoder source)

Add audio source

# Promise MediaAudioPlayer.removeAudioSource(VideoDecoder source)

Remove audio sources

# Promise MediaAudioPlayer.stop()

Stop the player

# Promise MediaAudioPlayer.destroy()

Destroy Player