---
title: networkResourcePriority
framework: avfoundation
role: symbol
role_heading: Instance Property
path: avfoundation/avplayer/networkresourcepriority-swift.property
---

# networkResourcePriority

Indicates the priority of this player for network bandwidth resource distribution.

## Declaration

```swift
var networkResourcePriority: AVPlayer.NetworkResourcePriority { get set }
```

## Discussion

Discussion This value determines the priority of the player during network resource allocation among all other players within the same application process. The default value for this is AVPlayerNetworkResourcePriorityDefault.

## See Also

### Configuring the network resource priority

- [AVPlayer.NetworkResourcePriority](avfoundation/avplayer/networkresourcepriority-swift.enum.md)
