<!--
{
  "availability" : [
    "iOS: 8.0.0 -",
    "iPadOS: 8.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.11.0 -",
    "tvOS: 10.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "PhotoKit",
  "identifier" : "/documentation/Photos/PHAssetMediaSubtype/videoStreamed",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "Photos"
    ],
    "preciseIdentifier" : "c:@E@PHAssetMediaSubtype@PHAssetMediaSubtypeVideoStreamed"
  },
  "title" : "videoStreamed"
}
-->

# videoStreamed

The asset is a video with contents that always stream over a network connection.

```
static var videoStreamed: PHAssetMediaSubtype { get }
```

## Discussion

This subtype identifies video assets that are never stored on the local device, such as shared videos in a subscribed iCloud Photo Stream.

---

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)