AVFragmentedMovieTrackTotalSampleDataLengthDidChangeNotification

Static AVFragmentedMovieTrackTotalSampleDataLengthDidChangeNotification 

Source
pub unsafe static AVFragmentedMovieTrackTotalSampleDataLengthDidChangeNotification: &'static NSString
👎Deprecated: Upon receipt of either AVFragmentedMovieTrackTimeRangeDidChangeNotification or AVFragmentedMovieTrackSegmentsDidChangeNotification, you can assume that the sender’s totalSampleDataLength has changed.
Available on crate feature AVMovieTrack only.
Expand description

This notification name has been deprecated. Use either AVFragmentedMovieTrackTimeRangeDidChangeNotification or AVFragmentedMovieTrackSegmentsDidChangeNotification instead; in either case, you can assume that timing changes to fragmented tracks result in changes to the total length of the sample data used by the track.

See also Apple’s documentation