---
title: nextFrame
framework: videotoolbox
role: symbol
role_heading: Instance Property
path: videotoolbox/vtmotionblurparameters/nextframe
---

# nextFrame

The next source frame in presentation time order.

## Declaration

```swift
var nextFrame: VTFrameProcessorFrame? { get }
```

## Discussion

Discussion This value can be set to nil for the last frame.

## See Also

### Inspecting the parameters

- [sourceFrame](videotoolbox/vtmotionblurparameters/sourceframe.md)
- [previousFrame](videotoolbox/vtmotionblurparameters/previousframe.md)
- [motionBlurStrength](videotoolbox/vtmotionblurparameters/motionblurstrength.md)
- [nextOpticalFlow](videotoolbox/vtmotionblurparameters/nextopticalflow.md)
- [previousOpticalFlow](videotoolbox/vtmotionblurparameters/previousopticalflow.md)
- [submissionMode](videotoolbox/vtmotionblurparameters/submissionmode-swift.property.md)
- [VTMotionBlurParameters.SubmissionMode](videotoolbox/vtmotionblurparameters/submissionmode-swift.enum.md)
