Edit

Share via


QTCaptureConnection.Notifications.ObserveFormatDescriptionDidChange Method

Definition

Overloads

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

Parameters

Returns

Applies to

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

Parameters

objectToObserve
NSObject

Returns

Applies to