Contents

AVAssetTrackSegmentsDidChange

A notification the system posts when a fragmented asset minder observes a change to a fragmented asset track’s segments.

Declaration

static let AVAssetTrackSegmentsDidChange: NSNotification.Name

Discussion

The system posts this notification only for changes that occur after an asset’s track’s segments property reaches a AVKeyValueStatus.loaded status.

See Also

AVFoundation