Contents

kAudioSessionNotInitialized

An Audio Session function was called without first initializing the session. To avoid this error, call the AudioSessionInitialize function before attempting to use the session.

Declaration

var kAudioSessionNotInitialized: Int { get }

See Also

Constants