A Boolean value that specifies whether to capture audio during the AR session.
SDK
- iOS 11.0+
Framework
- ARKit
Declaration
@property(nonatomic, assign) BOOL providesAudioData;
Discussion
To receive and handle captured audio data, your session delegate must implement the session:
method.