removeTrack(_:)
Removes the specified track from the target movie.
Declaration
func removeTrack(_ track: AVMovieTrack)Parameters
- track:
The movie to be removed.
Removes the specified track from the target movie.
func removeTrack(_ track: AVMovieTrack)The movie to be removed.