Contents

kAudioSessionProperty_ServerDied

Indicates if the audio server has died (indicated by a nonzero UInt32 value) or is still running (a value of 0).

Declaration

var kAudioSessionProperty_ServerDied: Int { get }

Discussion

This value is available to your app only by way of a property listener callback function. See AudioSessionAddPropertyListener(_:_:_:).

See Also

Constants