AUAudioUnit.RequestViewController Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
RequestViewController(Action<NSViewController>) | |
RequestViewController(Action<UIViewController>) |
Requests the view controller for the audio unit and runs |
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
Parameters
- completionHandler
- Action<NSViewController>
- Attributes
Applies to
RequestViewController(Action<UIViewController>)
Requests the view controller for the audio unit and runs completionHandler
when finished.
[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
Parameters
- completionHandler
- Action<UIViewController>
- Attributes