Inherits from SPSoundChannel : SPEventDispatcher : NSObject
Conforms to AVAudioPlayerDelegate
Declared in SPAVSoundChannel.h

Overview

The SPAVSoundChannel class is a concrete implementation of SPSoundChannel that uses AVAudioPlayer internally.

Don’t create instances of this class manually. Use [SPSound createChannel] instead.

Tasks

Initialization

Instance Methods

initWithSound:

Initializes a sound channel from an SPAVSound object.

- (instancetype)initWithSound:(SPAVSound *)sound

Discussion

Initializes a sound channel from an SPAVSound object.

Declared In

SPAVSoundChannel.h