CAInterDeviceAudioViewController Конструкторы
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
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
- Атрибуты