removeTrackAssociation(to:type:)
Removes an association from a composition track.
Declaration
func removeTrackAssociation(to compositionTrack: AVCompositionTrack, type trackAssociationType: AVAssetTrack.AssociationType)Parameters
- compositionTrack:
A composition track to remove the association from.
- trackAssociationType:
The type of track association to remove.