<!--
{
  "availability" : [
    "macCatalyst: 14.0.0 -",
    "macOS: 10.13.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "iTunesLibrary",
  "identifier" : "/documentation/iTunesLibrary/ITLibMediaItemVideoInfo",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "iTunes Library"
    ],
    "preciseIdentifier" : "c:objc(cs)ITLibMediaItemVideoInfo"
  },
  "title" : "ITLibMediaItemVideoInfo"
}
-->

# ITLibMediaItemVideoInfo

This class encapsulates the video information of a video media item.

```
class ITLibMediaItemVideoInfo
```

## Overview

Video media items include TV shows, movies, and video podcasts.

## Topics

### Getting Video Information

[`videoWidth`](/documentation/iTunesLibrary/ITLibMediaItemVideoInfo/videoWidth)

The width of the video in pixels.

[`videoHeight`](/documentation/iTunesLibrary/ITLibMediaItemVideoInfo/videoHeight)

The height of the video in pixels.

[`series`](/documentation/iTunesLibrary/ITLibMediaItemVideoInfo/series)

The name of the corresponding TV series, if the media item is an episode in a TV series.

[`sortSeries`](/documentation/iTunesLibrary/ITLibMediaItemVideoInfo/sortSeries)

The sorting name of the corresponding TV series, if the media item is an episode in a TV series.

[`season`](/documentation/iTunesLibrary/ITLibMediaItemVideoInfo/season)

The corresponding TV season, if the media item is an episode of a TV series.

[`isHD`](/documentation/iTunesLibrary/ITLibMediaItemVideoInfo/isHD)

A Boolean value that indicates whether the video is high-definition.

[`episode`](/documentation/iTunesLibrary/ITLibMediaItemVideoInfo/episode)

The name of the episode, if the media item is an episode of a TV series.

[`episodeOrder`](/documentation/iTunesLibrary/ITLibMediaItemVideoInfo/episodeOrder)

The numerical order of the episode, if the media item is an episode of a TV series.



---

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)