Inherits from | |
Conforms to | |
Framework | /System/Library/Frameworks/AVFoundation.framework |
Availability | Available in iOS 4.0 and later. |
Declared in | AVAudioMix.h |
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.
For more about Objective-C properties, see “Properties” in The Objective-C Programming Language.
The parameters for inputs to the mix (read-only)
@property(nonatomic, readonly, copy) NSArray *inputParameters
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.
AVAudioMix.h
Last updated: 2010-03-22