---
title: AVPlayerItemTrack
framework: avfoundation
role: symbol
role_heading: Class
path: avfoundation/avplayeritemtrack
---

# AVPlayerItemTrack

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

## Declaration

```swift
@MainActor class AVPlayerItemTrack
```

## Mentioned in

Observing playback state in SwiftUI

## Topics

### Setting the enabled state

- [isEnabled](avfoundation/avplayeritemtrack/isenabled.md)

### Configuring video properties

- [currentVideoFrameRate](avfoundation/avplayeritemtrack/currentvideoframerate.md)
- [videoFieldMode](avfoundation/avplayeritemtrack/videofieldmode.md)
- [AVPlayerItemTrackVideoFieldModeDeinterlaceFields](avfoundation/avplayeritemtrackvideofieldmodedeinterlacefields.md)

### Accessing the asset track

- [assetTrack](avfoundation/avplayeritemtrack/assettrack.md)

## Relationships

### Inherits From

- [NSObject](objectivec/nsobject-swift.class.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [Copyable](swift/copyable.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Escapable](swift/escapable.md)
- [Hashable](swift/hashable.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)
- [Observable](observation/observable.md)
- [Sendable](swift/sendable.md)

## See Also

### Playback control

- [Observing playback state in SwiftUI](avfoundation/observing-playback-state-in-swiftui.md)
- [Controlling the transport behavior of a player](avfoundation/controlling-the-transport-behavior-of-a-player.md)
- [Creating a seamless multiview playback experience](avfoundation/creating-a-seamless-multiview-playback-experience.md)
- [AVPlayer](avfoundation/avplayer.md)
- [AVPlayerItem](avfoundation/avplayeritem.md)
- [AVQueuePlayer](avfoundation/avqueueplayer.md)
- [AVPlayerLooper](avfoundation/avplayerlooper.md)
