SoundStream.isLooping

Whether or not the stream should loop after reaching the end.

If set, the stream will restart from the beginning after reaching the end and so on, until it is stopped or looping is set to false.

Default looping state for streams is false.

  1. bool isLooping [@property setter]
  2. bool isLooping [@property getter]
    class SoundStream
    @property
    bool
    isLooping
    (
    )

Meta