CAInterDeviceAudioViewController 构造函数

定义

重载

CAInterDeviceAudioViewController()
CAInterDeviceAudioViewController(NSCoder)
CAInterDeviceAudioViewController(NSObjectFlag)
CAInterDeviceAudioViewController(IntPtr)
CAInterDeviceAudioViewController(String, NSBundle)

CAInterDeviceAudioViewController()

[Foundation.Export("init")]
public CAInterDeviceAudioViewController ();
属性

适用于

CAInterDeviceAudioViewController(NSCoder)

[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public CAInterDeviceAudioViewController (Foundation.NSCoder coder);
new CoreAudioKit.CAInterDeviceAudioViewController : Foundation.NSCoder -> CoreAudioKit.CAInterDeviceAudioViewController

参数

coder
NSCoder
属性

适用于

CAInterDeviceAudioViewController(NSObjectFlag)

protected CAInterDeviceAudioViewController (Foundation.NSObjectFlag t);
new CoreAudioKit.CAInterDeviceAudioViewController : Foundation.NSObjectFlag -> CoreAudioKit.CAInterDeviceAudioViewController

参数

适用于

CAInterDeviceAudioViewController(IntPtr)

protected internal CAInterDeviceAudioViewController (IntPtr handle);
new CoreAudioKit.CAInterDeviceAudioViewController : nativeint -> CoreAudioKit.CAInterDeviceAudioViewController

参数

handle
IntPtr

nativeint

适用于

CAInterDeviceAudioViewController(String, NSBundle)

[Foundation.Export("initWithNibName:bundle:")]
public CAInterDeviceAudioViewController (string nibNameOrNull, Foundation.NSBundle nibBundleOrNull);
new CoreAudioKit.CAInterDeviceAudioViewController : string * Foundation.NSBundle -> CoreAudioKit.CAInterDeviceAudioViewController

参数

nibNameOrNull
String
nibBundleOrNull
NSBundle
属性

适用于