set_loop


Description:

public void set_loop (bool loop)

Sets whether the stream should loop.

In this case, it will attempt to restart playback from the beginning instead of stopping at the end.

Not all streams may support looping, in particular non-seekable streams. Those streams will ignore the loop setting and just end.

Parameters:

this

a `GtkMediaStream`

loop

true if the stream should loop