removeTrackAssociation(to:type:)
Removes a specific type of track association between two tracks.
Declaration
func removeTrackAssociation(to movieTrack: AVMovieTrack, type trackAssociationType: AVAssetTrack.AssociationType)Parameters
- movieTrack:
The AVMovieTrack object that is associated with the receiver.
- trackAssociationType:
The type of track association to remove between the receiver and the specified movie track.