iOS Reference Library Apple Developer
Search

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.

Tasks

Input Parameters

Properties

For more about Objective-C properties, see “Properties” in The Objective-C Programming Language.

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



Last updated: 2010-03-22

Did this document help you? Yes It's good, but... Not helpful...