<!--
{
  "availability" : [
    "iOS: 10.0.0 - 11.0.0",
    "iPadOS: 10.0.0 - 11.0.0",
    "macCatalyst: 13.1.0 - 13.1.0",
    "tvOS: 10.0.0 - 11.0.0",
    "visionOS: 1.0.0 - 1.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "ReplayKit",
  "identifier" : "/documentation/ReplayKit/RPBroadcastMP4ClipHandler",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "ReplayKit"
    ],
    "preciseIdentifier" : "c:objc(cs)RPBroadcastMP4ClipHandler"
  },
  "title" : "RPBroadcastMP4ClipHandler"
}
-->

# RPBroadcastMP4ClipHandler

An object that processes MP4 movie clips from ReplayKit.

```
class RPBroadcastMP4ClipHandler
```

## Overview

Subclass this class to handle movie clips as ReplayKit records them during the broadcast. The system calls [`processMP4Clip(with:setupInfo:finished:)`](/documentation/ReplayKit/RPBroadcastMP4ClipHandler/processMP4Clip(with:setupInfo:finished:)) when a movie clip is available for processing.

## Topics

### Processing MP4 Movie Clips

[`finishedProcessingMP4Clip(withUpdatedBroadcastConfiguration:error:)`](/documentation/ReplayKit/RPBroadcastMP4ClipHandler/finishedProcessingMP4Clip(withUpdatedBroadcastConfiguration:error:))

Applies configuration update changes to the next MP4 movie clip.

[`processMP4Clip(with:setupInfo:finished:)`](/documentation/ReplayKit/RPBroadcastMP4ClipHandler/processMP4Clip(with:setupInfo:finished:))

Processes MP4 movie clips for a live broadcast.



---

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)