Contents

setLoops(_:)

Sets a Boolean value indicating whether the movie plays in a continuous loop.

Declaration

func setLoops(_ loops: Bool)

Parameters

  • loops:

    A Boolean value indicating the looping behavior. Specify True to play the movie in a continuous loop or False to play the movie once and then stop playback.

See Also

Setting the Movie Attributes