AVAudioMix Class Reference
| Inherits from | |
| Conforms to | |
| Framework | /System/Library/Frameworks/AVFoundation.framework |
| Availability | Available in iOS 4.0 and later. |
| Declared in | AVAudioMix.h |
Overview
An AVAudioMix object manages the input parameters for mixing audio tracks. It allows custom audio processing to be performed on audio tracks during playback or other operations.
Properties
inputParameters
The parameters for inputs to the mix (read-only)
@property(nonatomic, readonly, copy) NSArray *inputParameters
Discussion
The array contains instances of AVAudioMixInputParameters. Note that an instance of AVAudioMixInputParameters is not required for each audio track that contributes to the mix; audio for those without associated AVAudioMixInputParameters objects will be included in the mix, processed according to default behavior.
Availability
- Available in iOS 4.0 and later.
Declared In
AVAudioMix.h© 2010 Apple Inc. All Rights Reserved. (Last updated: 2010-03-22)