<!--
{
  "availability" : [
    "iOS: 4.0.0 -",
    "iPadOS: 4.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.7.0 -",
    "tvOS: 9.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AVFoundation",
  "identifier" : "/documentation/AVFoundation/AVPlayerItemTrack",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "AVFoundation"
    ],
    "preciseIdentifier" : "c:objc(cs)AVPlayerItemTrack"
  },
  "title" : "AVPlayerItemTrack"
}
-->

# AVPlayerItemTrack

An object that represents the presentation state of an asset track during playback.

```
@MainActor class AVPlayerItemTrack
```

## Topics

### Setting the enabled state

[`isEnabled`](/documentation/AVFoundation/AVPlayerItemTrack/isEnabled)

A Boolean value that indicates whether the player item presents the track’s media during playback.

### Configuring video properties

[`currentVideoFrameRate`](/documentation/AVFoundation/AVPlayerItemTrack/currentVideoFrameRate)

The current frame rate of the video track as it plays.

[`videoFieldMode`](/documentation/AVFoundation/AVPlayerItemTrack/videoFieldMode)

A mode that specifies the handling of video frames that contain multiple fields.

[`AVPlayerItemTrackVideoFieldModeDeinterlaceFields`](/documentation/AVFoundation/AVPlayerItemTrackVideoFieldModeDeinterlaceFields)

A video field mode that requests deinterlacing of video fields.

### Accessing the asset track

[`assetTrack`](/documentation/AVFoundation/AVPlayerItemTrack/assetTrack)

An asset track that provides the media for the player item track.



---

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)