Static AVAssetTrackTimeRangeDidChangeNotification

Source
pub unsafe static AVAssetTrackTimeRangeDidChangeNotification: &'static NSString
Available on crate feature AVAssetTrack only.
Expand description

Posted when the timeRange of an AVFragmentedAssetTrack changes while the associated instance of AVFragmentedAsset is being minded by an AVFragmentedAssetMinder, but only for changes that occur after the status of the value of “ timeRange“ has reached AVKeyValueStatusLoaded.

See also Apple’s documentation