---
title: finish()
framework: avfoundation
role: symbol
role_heading: Instance Method
path: avfoundation/avassetwriterinput/pixelbufferreceiver/finish()
---

# finish()

Indicates to the AVAssetWriter that no more buffers will be appended to this receiver.

## Declaration

```swift
func finish()
```

## See Also

### Appending pixel buffers

- [append(_:with:)](avfoundation/avassetwriterinput/pixelbufferreceiver/append(_:with:).md)
- [appendImmediately(_:with:)](avfoundation/avassetwriterinput/pixelbufferreceiver/appendimmediately(_:with:).md)
