<!--
{
  "availability" : [
    "iOS: 17.0.0 -",
    "iPadOS: 17.0.0 -",
    "macCatalyst: 17.0.0 -",
    "macOS: 14.0.0 -",
    "tvOS: 17.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "MediaAccessibility",
  "identifier" : "/documentation/MediaAccessibility/MAFlashingLightsProcessor/Result",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "Media Accessibility",
      "MediaAccessibility"
    ],
    "preciseIdentifier" : "s:So25MAFlashingLightsProcessorC18MediaAccessibilityE6ResultV"
  },
  "title" : "MAFlashingLightsProcessor.Result"
}
-->

# MAFlashingLightsProcessor.Result

An object that reports the result of the flashing lights processor.

```
struct Result
```

## Overview

An [`MAFlashingLightsProcessor.Result`](/documentation/MediaAccessibility/MAFlashingLightsProcessor/Result) object is the result of calling [`processSurface(_:outSurface:timestamp:options:)`](/documentation/MediaAccessibility/MAFlashingLightsProcessor/processSurface(_:outSurface:timestamp:options:)). This object indicates whether the method successfully processed the input surface, the intensity of flashing lights in the input surface, and the amount of mitigation in the output surface.

## Topics

### Interpreting results from video processing

[`var surfaceProcessed: Bool`](/documentation/MediaAccessibility/MAFlashingLightsProcessor/Result/surfaceProcessed)

A Boolean value that indicates whether the flashing lights processor successfully processed the input surface.

[`var intensityLevel: Float`](/documentation/MediaAccessibility/MAFlashingLightsProcessor/Result/intensityLevel)

The intensity of flashing lights in the input surface.

[`var mitigationLevel: Float`](/documentation/MediaAccessibility/MAFlashingLightsProcessor/Result/mitigationLevel)

The amount of mitigation in the output surface.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)