Function AudioStreamPlayer2D.streamPaused
If true
, the playback is paused. You can resume it by setting stream_paused
to false
.
bool streamPaused() nothrow @property @nogc;
void streamPaused
(
bool v
) nothrow @property @nogc;