repeatPlaybackOnStreamEnd
Enables/disables repeated playback when stream reaches the end. When set to true
, when triggering play()
after the playback reached the end time, will start the playback from the beginning. When set to false
, the playback will not be started once it reached the end time. Default value is false
.