---
title: videoFrameRateRangeForStudioLight
framework: avfoundation
role: symbol
role_heading: Instance Property
path: avfoundation/avcapturedevice/format/videoframeraterangeforstudiolight
---

# videoFrameRateRangeForStudioLight

A value that indicates the minimum and maximum frame rates available when a user enables Studio Light.

## Declaration

```swift
var videoFrameRateRangeForStudioLight: AVFrameRateRange? { get }
```

## Discussion

Discussion Devices may support a limited frame rate range when Studio Light is active. If the format doesn’t support Studio Light, this property is nil.

## See Also

### Determining Studio Light support

- [isStudioLightSupported](avfoundation/avcapturedevice/format/isstudiolightsupported.md)
