stop()
Category: Type Method
Platforms: iOS 15.0+, iPadOS 15.0+, Mac Catalyst 15.0+, macOS 12.0+, tvOS 15.0+, visionOS 1.0+, watchOS 8.0+
Overview
Ends the live audio graph session.
Declaration
class func stop()
Details
See Also
- Controlling playback
- class func start()
Topics (Grouped)
Controlling playback
- funcstart() — class; Begins the live audio graph session.
Code Examples
class func stop()
Source: https://developer.apple.com/documentation/accessibility/axliveaudiograph/stop()