SPAVSound Class Reference
| Inherits from | SPSound : NSObject |
| Declared in | SPAVSound.h |
Overview
The SPAVSound class is a concrete implementation of SPSound that uses AVAudioPlayer internally.
Don’t create instances of this class manually. Use [SPSound initWithContentsOfFile:] instead.
Tasks
Initialization
-
– initWithContentsOfFile:duration:Initializes a sound with the contents of a file and the known duration.
methods
-
– createPlayerCreates an AVAudioPlayer object from the sound.