AUParameter Class
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.
An audio unit parameter.
[Foundation.Register("AUParameter", true)]
public class AUParameter : AudioUnit.AUParameterNode, Foundation.INSSecureCoding, IDisposable
[<Foundation.Register("AUParameter", true)>]
type AUParameter = class
inherit AUParameterNode
interface INSCoding
interface INativeObject
interface IDisposable
interface INSSecureCoding
- Inheritance
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| AUParameter() |
Creates a new AUParameter with default values. |
| AUParameter(NativeHandle) |
A constructor used when creating managed representations of unmanaged objects. Called by the runtime. |
| AUParameter(NSCoder) |
A constructor that initializes the object from the data stored in the unarchiver object. |
| AUParameter(NSObjectFlag) |
Constructor to call on derived classes to skip initialization and merely allocate the object. |
Properties
| Name | Description |
|---|---|
| AccessibilityAttributedUserInputLabels | (Inherited from NSObject) |
| AccessibilityRespondsToUserInteraction | (Inherited from NSObject) |
| AccessibilityTextualContext | (Inherited from NSObject) |
| AccessibilityUserInputLabels | (Inherited from NSObject) |
| Address |
Gets the address (a non-persistent numerical identifier) for the parameter. |
| Class | (Inherited from NSObject) |
| ClassHandle |
The Objective-C class handle for this class. |
| DebugDescription | (Inherited from NSObject) |
| DependentParameters |
Gets an array of addresses for parameters that may be changed when the developer changes this parameter. |
| Description | (Inherited from NSObject) |
| DisplayName |
Gets the localized display name for the node. (Inherited from AUParameterNode) |
| ExposedBindings | (Inherited from NSObject) |
| Flags |
Gets the parameter option flags for this parameter. |
| Handle |
Handle (pointer) to the unmanaged object representation. (Inherited from NSObject) |
| Identifier |
Gets the permanent unique identifier for the node. (Inherited from AUParameterNode) |
| ImplementorDisplayNameWithLengthCallback |
Callback for retrieving an abbreviated display name. (Inherited from AUParameterNode) |
| ImplementorStringFromValueCallback |
Gets or sets the callback that provides a string representation of the value of the parameter. (Inherited from AUParameterNode) |
| ImplementorValueFromStringCallback |
Gets or sets the callback that provides a parameter value when provided with a string representation of the value of the parameter. (Inherited from AUParameterNode) |
| ImplementorValueObserver |
Gets or sets the AUImplementorValueObserver that notifies the audio unit when a parameter value changes. (Inherited from AUParameterNode) |
| ImplementorValueProvider |
Gets or sets the AUImplementorValueObserver that updates stale parameter values. (Inherited from AUParameterNode) |
| IsDirectBinding | (Inherited from NSObject) |
| IsProxy | (Inherited from NSObject) |
| KeyPath |
Gets or sets the key path, the concatenation of the parameter's and its parents' identifiers. (Inherited from AUParameterNode) |
| MaxValue |
Gets the parameter's maximum value. |
| MinValue |
Gets the parameter's minimum value. |
| RetainCount | (Inherited from NSObject) |
| Self | (Inherited from NSObject) |
| Superclass | (Inherited from NSObject) |
| SuperHandle |
Handle used to represent the methods in the base class for this NSObject. (Inherited from NSObject) |
| Unit |
Gets the unit of measurement for the value of the parameter. |
| UnitName |
Gets the localized unit of measurement for the value of the parameter. |
| Value |
Gets the current value of the parameter. |
| ValueStrings |
Gets an array that contains allowable localized value names for the parameter. |
| Zone | (Inherited from NSObject) |