virtual void SetLoopFlag(bool flag) = 0;
SetLoopFlag sets a loop flag to repeatedly play the movie. If set to true, the player will not stop until Stop is called.
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. |