---
title: maxSupportedBufferedFrameCount
framework: avfoundation
role: symbol
role_heading: Type Property
path: avfoundation/avcapturebroadcastvideooutput/maxsupportedbufferedframecount
---

# maxSupportedBufferedFrameCount

The maximum value supported for maxBufferedFrameCount.

## Declaration

```swift
class var maxSupportedBufferedFrameCount: Int { get }
```

## Discussion

Discussion This class property returns the system-imposed limit for buffered frame count to ensure optimal performance and memory usage in broadcast workflows. The limit is determined based on system capabilities.

## See Also

### Related Documentation

- [maxBufferedFrameCount](avfoundation/avcapturebroadcastvideooutput/maxbufferedframecount.md)

### Managing Video Output

- [videoSettings](avfoundation/avcapturebroadcastvideooutput/videosettings.md)
- [maxBufferedFrameCount](avfoundation/avcapturebroadcastvideooutput/maxbufferedframecount.md)
- [resetFrameBuffer()](avfoundation/avcapturebroadcastvideooutput/resetframebuffer().md)
- [droppedFrameReplacementPolicy](avfoundation/avcapturebroadcastvideooutput/droppedframereplacementpolicy-swift.property.md)
