defaultCaptureSoundDisabled
A Boolean value that indicates whether the default sound is in a disabled state.
Declaration
class var defaultCaptureSoundDisabled: Bool { get set }Discussion
If true, you must handle sound playback for capture events manually using the play(_:) method.