AVAssetTrack.Notifications Class

Definition

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.

Applies to