Index Hierarchy SPALSoundChannel Class Reference Inherits from SPSoundChannel : SPEventDispatcher : NSObject Declared in SPALSoundChannel.h Overview The SPALSoundChannel class is a concrete implementation of SPSoundChannel that uses OpenAL internally. Don’t create instances of this class manually. Use [SPSound createChannel] instead. Tasks Initialization – initWithSound: Initializes a sound channel from an SPALSound object. Instance Methods initWithSound: Initializes a sound channel from an SPALSound object. - (instancetype)initWithSound:(SPALSound *)sound Discussion Initializes a sound channel from an SPALSound object. Declared In SPALSoundChannel.h Index Hierarchy