AVAssetTrack.Notifications Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains notifications for the AVAssetTrack class.
public static class AVAssetTrack.Notifications
type AVAssetTrack.Notifications = class
- Inheritance
-
AVAssetTrack.Notifications
Methods
ObserveSegmentsDidChange(EventHandler<NSNotificationEventArgs>) |
Strongly typed notification for the SegmentsDidChangeNotification constant. |
ObserveSegmentsDidChange(NSObject, EventHandler<NSNotificationEventArgs>) |
Strongly typed notification for the SegmentsDidChangeNotification constant. |
ObserveTimeRangeDidChange(EventHandler<NSNotificationEventArgs>) |
Strongly typed notification for the TimeRangeDidChangeNotification constant. |
ObserveTimeRangeDidChange(NSObject, EventHandler<NSNotificationEventArgs>) |
Strongly typed notification for the TimeRangeDidChangeNotification constant. |
ObserveTrackAssociationsDidChange(EventHandler<NSNotificationEventArgs>) |
Strongly typed notification for the TrackAssociationsDidChangeNotification constant. |
ObserveTrackAssociationsDidChange(NSObject, EventHandler<NSNotificationEventArgs>) |
Strongly typed notification for the TrackAssociationsDidChangeNotification constant. |