<!--
{
  "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/MAFlashingLightsProcessorResult",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "Media Accessibility"
    ],
    "preciseIdentifier" : "c:objc(cs)MAFlashingLightsProcessorResult"
  },
  "title" : "MAFlashingLightsProcessorResult"
}
-->

# MAFlashingLightsProcessorResult

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

```
@interface MAFlashingLightsProcessorResult : NSObject
```

## Overview

An [`MAFlashingLightsProcessorResult`](/documentation/MediaAccessibility/MAFlashingLightsProcessorResult) 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

[`surfaceProcessed`](/documentation/MediaAccessibility/MAFlashingLightsProcessorResult/surfaceProcessed)

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

[`intensityLevel`](/documentation/MediaAccessibility/MAFlashingLightsProcessorResult/intensityLevel)

The intensity of flashing lights in the input surface.

[`mitigationLevel`](/documentation/MediaAccessibility/MAFlashingLightsProcessorResult/mitigationLevel)

The amount of mitigation in the output surface.

## Relationships

### Inherits From

[`NSObject-swift.class`](/documentation/ObjectiveC/NSObject-swift.class)

---

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)