Platforms to show: All Mac Windows Linux Cross-Platform

Back to AVFragmentedMovieTrackMBS class.

AVFragmentedMovieTrackMBS.AVFragmentedMovieTrackSegmentsDidChangeNotification as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method AVMovie MBS AVFoundation Plugin 16.0 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the notification names for fragmented movies.

Posted when the array of segments of an AVFragmentedMovieTrack changes while the associated instance of AVFragmentedMovie is being minded by an AVFragmentedMovieMinder, but only for changes that occur after the status of the value of @"segments" has reached AVKeyValueStatusLoaded.

AVFragmentedMovieTrackMBS.AVFragmentedMovieTrackTimeRangeDidChangeNotification as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method AVMovie MBS AVFoundation Plugin 16.0 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the notification names for fragmented movies.

Posted when the timeRange of an AVFragmentedMovieTrack changes while the associated instance of AVFragmentedMovie is being minded by an AVFragmentedMovieMinder, but only for changes that occur after the status of the value of "timeRange" has reached AVKeyValueStatusLoaded.

AVFragmentedMovieTrackMBS.AVFragmentedMovieTrackTotalSampleDataLengthDidChangeNotification as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method AVMovie MBS AVFoundation Plugin 16.0 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the notification names for fragmented movies.

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.

The items on this page are in the following plugins: MBS AVFoundation Plugin.


The biggest plugin in space...