---
title: SCClipBufferingOutputDelegate
framework: screencapturekit
role: symbol
role_heading: Protocol
path: screencapturekit/scclipbufferingoutputdelegate
---

# SCClipBufferingOutputDelegate

## Declaration

```swift
protocol SCClipBufferingOutputDelegate : NSObjectProtocol
```

## Overview

Overview Defines an interface for delegates of SCClipBufferingOutput to respond to events that occur during clip buffering.

## Topics

### Instance Methods

- [clipBufferingOutput(_:didFailWithError:)](screencapturekit/scclipbufferingoutputdelegate/clipbufferingoutput(_:didfailwitherror:).md)
- [clipBufferingOutputDidStartBuffering(_:)](screencapturekit/scclipbufferingoutputdelegate/clipbufferingoutputdidstartbuffering(_:).md)
- [clipBufferingOutputDidStopBuffering(_:)](screencapturekit/scclipbufferingoutputdelegate/clipbufferingoutputdidstopbuffering(_:).md)

## Relationships

### Inherits From

- [NSObjectProtocol](objectivec/nsobjectprotocol.md)
