MediaStream.loop
bool loop() @property nothrowGet loop property.
Returns
Try to restart the media from the beginning once it ended.
void loop(bool propval) @property nothrowSet loop property.
Parameters
propval | Try to restart the media from the beginning once it ended. |