WebAudioStream

class WebAudioStream(val assetPath: String) : AudioStream

Author

Colton Daily

Constructors

Link copied to clipboard
fun WebAudioStream(assetPath: String)

Functions

Link copied to clipboard
open override fun dispose()
Link copied to clipboard
open override fun pause()

Pauses the stream at the current position.

Link copied to clipboard
open suspend override fun play(volume: Float, loop: Boolean)

Play this stream of audio.

Link copied to clipboard
open override fun resume()

Resumes the current stream for the current position.

Link copied to clipboard
open override fun stop()

Stops the current stream from playing and resets it to the beginning.

Properties

Link copied to clipboard
Link copied to clipboard
open override var looping: Boolean

Setting this will allow it to loop without resetting.

Link copied to clipboard
open override val playing: Boolean
Link copied to clipboard
open override var volume: Float

Settings this will adjust the current volume of the stream.