<!--
{
  "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/finishedProcessingMP4Clip(withUpdatedBroadcastConfiguration:error:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "ReplayKit"
    ],
    "preciseIdentifier" : "c:objc(cs)RPBroadcastMP4ClipHandler(im)finishedProcessingMP4ClipWithUpdatedBroadcastConfiguration:error:"
  },
  "title" : "finishedProcessingMP4Clip(withUpdatedBroadcastConfiguration:error:)"
}
-->

# finishedProcessingMP4Clip(withUpdatedBroadcastConfiguration:error:)

Applies configuration update changes to the next MP4 movie clip.

```
func finishedProcessingMP4Clip(withUpdatedBroadcastConfiguration broadcastConfiguration: RPBroadcastConfiguration?, error: (any Error)?)
```

## Parameters

`broadcastConfiguration`

Optional configuration update that is applied to the next MP4 movie clip.

`error`

Indicates that an error occurred with the broadcast, and broadcasting is to stop.

## Discussion

Call this method when processing is complete. After this method is called, whether an error exists or not, the current MP4 movie clip is no longer available.

---

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)