<!--
{
  "availability" : [
    "iOS: 26.0.0 -",
    "iPadOS: 26.0.0 -",
    "macCatalyst: 26.0.0 -",
    "macOS: 26.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "VideoToolbox",
  "identifier" : "/documentation/VideoToolbox/VTTemporalNoiseFilterConfiguration/init(frameWidth:frameHeight:sourcePixelFormat:)",
  "metadataVersion" : "0.1.0",
  "role" : "Initializer",
  "symbol" : {
    "kind" : "Initializer",
    "modules" : [
      "Video Toolbox"
    ],
    "preciseIdentifier" : "c:objc(cs)VTTemporalNoiseFilterConfiguration(im)initWithFrameWidth:frameHeight:sourcePixelFormat:"
  },
  "title" : "init(frameWidth:frameHeight:sourcePixelFormat:)"
}
-->

# init(frameWidth:frameHeight:sourcePixelFormat:)

Creates a new temporal noise-processor configuration.

```
init?(frameWidth: Int, frameHeight: Int, sourcePixelFormat: OSType)
```

## Parameters

`frameWidth`

Width of source frame in pixels.

`frameHeight`

Height of source frame in pixels.

## Discussion

Returns nil if frameWidth, frameHeight, or sourcePixelFormat is unsupported.

---

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)