---
title: "analyzeVideoFile:completionHandler:"
framework: sensitivecontentanalysis
role: symbol
role_heading: Instance Method
path: "sensitivecontentanalysis/scsensitivityanalyzer/analyzevideofile:completionhandler:"
---

# analyzeVideoFile:completionHandler:

Analyzes a video file on disk at the given URL and runs the given code on completion.

## Declaration

```occ
- (NSProgress *) analyzeVideoFile:(NSURL *) fileURL completionHandler:(void (^)(SCSensitivityAnalysis *results, NSError *error)) completionHandler;
```

## Parameters

- `fileURL`: A URL to a video file on disk.

## Mentioned in

Testing your app’s response to sensitive media

## Return Value

Return Value An object that indicates how far analysis progresses while the system checks the video for sensitive content.

## Discussion

Discussion The completion handler: Runs on an unspecified queue Provides a results parameter that indicates whether checked content contains nudity.
