VideoPlayer::SetLoopFlag

VideoPlayer::SetLoopFlag
virtual void SetLoopFlag(bool flag) = 0;
Description

SetLoopFlag sets a loop flag to repeatedly play the movie. If set to true, the player will not stop until Stop is called.

Parameters
Parameters 
Description 
bool flag 
A Boolean flag to set the loop. A value of true sets the loop while a value of false unsets the loop.