AELimiterFilter Class Reference

A wrapper around the AELimiter class that allows it to be used as an AEAudioFilter. More...

#import <AELimiterFilter.h>

Inherits <NSObject>, and <AEAudioFilter>.

Instance Methods

(id) - init
 Initialise.
 
- Instance Methods inherited from <AEAudioFilter>
(void) - setupWithAudioController:
 Perform setup, to prepare for playback.
 
(void) - teardown
 Clean up resources.
 

Properties

UInt32 hold
 
UInt32 attack
 
UInt32 decay
 
float level
 
AudioStreamBasicDescription clientFormat
 
- Properties inherited from <AEAudioFilter>
AEAudioFilterCallback filterCallback
 Reference to the filter callback.
 

Detailed Description

A wrapper around the AELimiter class that allows it to be used as an AEAudioFilter.

See the AELimiter documentation for descriptions of the parameters.

Method Documentation

- (id) init

Initialise.

Property Documentation

- (UInt32) hold
readwritenonatomicassign
- (UInt32) attack
readwritenonatomicassign
- (UInt32) decay
readwritenonatomicassign
- (float) level
readwritenonatomicassign
- (AudioStreamBasicDescription) clientFormat
readwritenonatomicassign

The documentation for this class was generated from the following file: