MediaStream.loop

bool loop() @property nothrow

Get loop property.

Returns

Try to restart the media from the beginning once it ended.
void loop(bool propval) @property nothrow

Set loop property.

Parameters

propvalTry to restart the media from the beginning once it ended.