次の方法で共有


AVAssetTrack.Notifications クラス

定義

クラスの通知が AVAssetTrack 含まれています。

public static class AVAssetTrack.Notifications
type AVAssetTrack.Notifications = class
継承
AVAssetTrack.Notifications

メソッド

ObserveSegmentsDidChange(EventHandler<NSNotificationEventArgs>)

定数に対して SegmentsDidChangeNotification 厳密に型指定された通知。

ObserveSegmentsDidChange(NSObject, EventHandler<NSNotificationEventArgs>)

定数に対して SegmentsDidChangeNotification 厳密に型指定された通知。

ObserveTimeRangeDidChange(EventHandler<NSNotificationEventArgs>)

定数に対して TimeRangeDidChangeNotification 厳密に型指定された通知。

ObserveTimeRangeDidChange(NSObject, EventHandler<NSNotificationEventArgs>)

定数に対して TimeRangeDidChangeNotification 厳密に型指定された通知。

ObserveTrackAssociationsDidChange(EventHandler<NSNotificationEventArgs>)

定数に対して TrackAssociationsDidChangeNotification 厳密に型指定された通知。

ObserveTrackAssociationsDidChange(NSObject, EventHandler<NSNotificationEventArgs>)

定数に対して TrackAssociationsDidChangeNotification 厳密に型指定された通知。

適用対象