Freigeben über


AUAudioUnit.RequestViewController Methode

Definition

Überlädt

RequestViewController(Action<NSViewController>)
RequestViewController(Action<UIViewController>)

Fordert den Ansichtscontroller für die Audioeinheit an und wird nach Abschluss ausgeführt completionHandler .

RequestViewController(Action<NSViewController>)

[Foundation.Export("requestViewControllerWithCompletionHandler:")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void RequestViewController (Action<AppKit.NSViewController> completionHandler);
abstract member RequestViewController : Action<AppKit.NSViewController> -> unit
override this.RequestViewController : Action<AppKit.NSViewController> -> unit

Parameter

completionHandler
Action<NSViewController>
Attribute

Gilt für:

RequestViewController(Action<UIViewController>)

Fordert den Ansichtscontroller für die Audioeinheit an und wird nach Abschluss ausgeführt completionHandler .

[Foundation.Export("requestViewControllerWithCompletionHandler:")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void RequestViewController (Action<UIKit.UIViewController> completionHandler);
abstract member RequestViewController : Action<UIKit.UIViewController> -> unit
override this.RequestViewController : Action<UIKit.UIViewController> -> unit

Parameter

completionHandler
Action<UIViewController>
Attribute

Gilt für: