AVAudioUnitTimeEffect 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.
A AVAudioUnit that processes its data in non real-time.
[Foundation.Register("AVAudioUnitTimeEffect", true)]
public class AVAudioUnitTimeEffect : AVFoundation.AVAudioUnit
[<Foundation.Register("AVAudioUnitTimeEffect", true)>]
type AVAudioUnitTimeEffect = class
inherit AVAudioUnit
- Inheritance
- Derived
- Attributes
Constructors
| AVAudioUnitTimeEffect(AudioComponentDescription) | |
| AVAudioUnitTimeEffect(NativeHandle) |
A constructor used when creating managed representations of unmanaged objects. Called by the runtime. |
| AVAudioUnitTimeEffect(NSObjectFlag) |
Constructor to call on derived classes to skip initialization and merely allocate the object. |
Properties
| AccessibilityAttributedUserInputLabels | (Inherited from NSObject) |
| AccessibilityRespondsToUserInteraction | (Inherited from NSObject) |
| AccessibilityTextualContext | (Inherited from NSObject) |
| AccessibilityUserInputLabels | (Inherited from NSObject) |
| AUAudioUnit |
Gets the audio unit as an Audio Toolbox audio unit. (Inherited from AVAudioUnit) |
| AudioUnit |
Gets the audio unit as a Core Audio unit. (Inherited from AVAudioUnit) |
| Bypass |
Gets or sets the bypass state of the AVAudioUnit. |
| Class | (Inherited from NSObject) |
| ClassHandle |
The Objective-C class handle for this class. |
| DebugDescription | (Inherited from NSObject) |
| Description | (Inherited from NSObject) |
| Engine |
Gets the AVAudioEngine for the node, or |
| ExposedBindings | (Inherited from NSObject) |
| Handle |
Handle (pointer) to the unmanaged object representation. (Inherited from NSObject) |
| IsDirectBinding | (Inherited from NSObject) |
| IsProxy | (Inherited from NSObject) |
| LastRenderTime |
If not |
| Latency | (Inherited from AVAudioNode) |
| ManufacturerName |
Gets the name of the manufacturer of the underlying hardware unit. (Inherited from AVAudioUnit) |
| Name | (Inherited from AVAudioUnit) |
| NumberOfInputs |
Gets the number of input busses of this node. (Inherited from AVAudioNode) |
| NumberOfOutputs |
Gets the number of output busses of this node. (Inherited from AVAudioNode) |
| OutputPresentationLatency | (Inherited from AVAudioNode) |
| 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) |
| Version |
Gets the audio unit version number. (Inherited from AVAudioUnit) |
| Zone | (Inherited from NSObject) |