A Boolean value that indicates when autoshutdown is enabled.
SDKs
- iOS 11.0+
- macOS 10.13+
- Mac Catalyst 13.0+
- tvOS 11.0+
Framework
- AVFoundation
Declaration
@property(nonatomic, getter=isAutoShutdownEnabled) BOOL autoShutdownEnabled;
Discussion
If autoshutdown is enabled, the engine can start and stop the audio hardware dynamically to conserve power. On watchOS, autoshutdown is always enabled. On other platforms, it's disabled by default.