---
title: nextFrames
framework: videotoolbox
role: symbol
role_heading: Instance Property
path: videotoolbox/vttemporalnoisefilterparameters/nextframes
---

# nextFrames

Future reference frames in presentation time order that you use to process the source frame.

## Declaration

```swift
var nextFrames: [VTFrameProcessorFrame] { get }
```

## Discussion

Discussion The number of frames can vary from 0 to the number specified by the nextFrameCount property in VTTemporalNoiseFilterConfiguration.

## See Also

### Inspecting the parameters

- [sourceFrame](videotoolbox/vttemporalnoisefilterparameters/sourceframe.md)
- [previousFrames](videotoolbox/vttemporalnoisefilterparameters/previousframes.md)
- [filterStrength](videotoolbox/vttemporalnoisefilterparameters/filterstrength.md)
- [hasDiscontinuity](videotoolbox/vttemporalnoisefilterparameters/hasdiscontinuity.md)
