QTCaptureConnection.Notifications.ObserveFormatDescriptionDidChange 方法

定义

重载

ObserveFormatDescriptionDidChange(EventHandler<NSNotificationEventArgs>)
ObserveFormatDescriptionDidChange(NSObject, EventHandler<NSNotificationEventArgs>)

ObserveFormatDescriptionDidChange(EventHandler<NSNotificationEventArgs>)

public static Foundation.NSObject ObserveFormatDescriptionDidChange (EventHandler<Foundation.NSNotificationEventArgs> handler);
static member ObserveFormatDescriptionDidChange : EventHandler<Foundation.NSNotificationEventArgs> -> Foundation.NSObject

参数

返回

适用于

ObserveFormatDescriptionDidChange(NSObject, EventHandler<NSNotificationEventArgs>)

public static Foundation.NSObject ObserveFormatDescriptionDidChange (Foundation.NSObject objectToObserve, EventHandler<Foundation.NSNotificationEventArgs> handler);
static member ObserveFormatDescriptionDidChange : Foundation.NSObject * EventHandler<Foundation.NSNotificationEventArgs> -> Foundation.NSObject

参数

objectToObserve
NSObject

返回

适用于