<!--
{
  "availability" : [
    "tvOS: 9.0.0 - 9.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "AVFoundation",
  "identifier" : "/documentation/AVFoundation/AVPlayerItemAccessLogEvent/numberOfSegmentsDownloaded",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "AVFoundation"
    ],
    "preciseIdentifier" : "c:objc(cs)AVPlayerItemAccessLogEvent(py)numberOfSegmentsDownloaded"
  },
  "title" : "numberOfSegmentsDownloaded"
}
-->

# numberOfSegmentsDownloaded

A count of the media segments downloaded from the server to this client.

```
var numberOfSegmentsDownloaded: Int { get }
```

## Discussion

The property corresponds to “sc-count”.

The value of this property is negative if unknown.

This property is not compatible with key-value observing.

---

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)