Compartir a través de


CAInterDeviceAudioViewController Constructores

Definición

Sobrecargas

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

CAInterDeviceAudioViewController()

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

Se aplica a

CAInterDeviceAudioViewController(NSCoder)

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

Parámetros

coder
NSCoder
Atributos

Se aplica a

CAInterDeviceAudioViewController(NSObjectFlag)

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

Parámetros

Se aplica a

CAInterDeviceAudioViewController(IntPtr)

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

Parámetros

handle
IntPtr

nativeint

Se aplica a

CAInterDeviceAudioViewController(String, NSBundle)

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

Parámetros

nibNameOrNull
String
nibBundleOrNull
NSBundle
Atributos

Se aplica a