Contents

availableTrackAssociationTypes

An array of association types that the track uses to associate with other tracks.

Declaration

static var availableTrackAssociationTypes: AVAsyncProperty<Root, [AVAssetTrack.AssociationType]> { get }

Discussion

Use the load(_:isolation:) method to retrieve the property value.

See Also

Loading track associations