Contents

init(movie:mindingInterval:)

Creates a movie minder and adds a movie with a minding interval.

Declaration

init(movie: AVFragmentedMovie, mindingInterval: TimeInterval)

Parameters

  • movie:

    The fragmented movie object added to the movie minder.

  • mindingInterval:

    The initial minding interval for the movie minder.

Return Value

A new AVFragmentedMovieMinder instance.