AudioStreamPlayer.streamPaused

If true, the playback is paused. You can resume it by setting stream_paused to false.

  1. bool streamPaused [@property getter]
  2. bool streamPaused [@property setter]
    struct AudioStreamPlayer
    @nogc nothrow @property
    void
    streamPaused
    (
    bool v
    )

Meta