AUGenericView Constructors
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
AUGenericView(AudioUnit) | |
AUGenericView(NSCoder) | |
AUGenericView(NSObjectFlag) | |
AUGenericView(IntPtr) | |
AUGenericView(AudioUnit, AUGenericViewDisplayFlags) |
AUGenericView(AudioUnit)
[Foundation.Export("initWithAudioUnit:")]
public AUGenericView (AudioUnit.AudioUnit au);
new CoreAudioKit.AUGenericView : AudioUnit.AudioUnit -> CoreAudioKit.AUGenericView
Parameters
- au
- AudioUnit
- Attributes
Applies to
AUGenericView(NSCoder)
[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public AUGenericView (Foundation.NSCoder coder);
new CoreAudioKit.AUGenericView : Foundation.NSCoder -> CoreAudioKit.AUGenericView
Parameters
- coder
- NSCoder
- Attributes
Applies to
AUGenericView(NSObjectFlag)
protected AUGenericView (Foundation.NSObjectFlag t);
new CoreAudioKit.AUGenericView : Foundation.NSObjectFlag -> CoreAudioKit.AUGenericView
Parameters
Applies to
AUGenericView(IntPtr)
protected internal AUGenericView (IntPtr handle);
new CoreAudioKit.AUGenericView : nativeint -> CoreAudioKit.AUGenericView
Parameters
- handle
-
IntPtr
nativeint
Applies to
AUGenericView(AudioUnit, AUGenericViewDisplayFlags)
[Foundation.Export("initWithAudioUnit:displayFlags:")]
public AUGenericView (AudioUnit.AudioUnit au, CoreAudioKit.AUGenericViewDisplayFlags inFlags);
new CoreAudioKit.AUGenericView : AudioUnit.AudioUnit * CoreAudioKit.AUGenericViewDisplayFlags -> CoreAudioKit.AUGenericView
Parameters
- au
- AudioUnit
- inFlags
- AUGenericViewDisplayFlags
- Attributes