<!--
{
  "availability" : [
    "iOS: 27.0.0 -",
    "iPadOS: 27.0.0 -",
    "macCatalyst: 27.0.0 -",
    "macOS: 27.0.0 -",
    "tvOS: 27.0.0 -",
    "visionOS: 27.0.0 -",
    "watchOS: 27.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "NowPlaying",
  "identifier" : "/documentation/NowPlaying/TVShowContent",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "Now Playing"
    ],
    "preciseIdentifier" : "s:10NowPlaying13TVShowContentV"
  },
  "title" : "TVShowContent"
}
-->

# TVShowContent

Content representing a TV show episode.

```
struct TVShowContent
```

## Overview

Use this type for television series playback, including individual episodes.

## Topics

### Initializers

[`init(id: String, episodeTitle: String, showName: String, duration: MediaDuration?, artwork: Artwork?)`](/documentation/NowPlaying/TVShowContent/init(id:episodeTitle:showName:duration:artwork:))

Creates TV show episode content.

[`init(id: String, episodeTitle: String, showName: String, duration: MediaDuration?, artwork: Artwork, animatedArtwork: AnimatedArtwork?)`](/documentation/NowPlaying/TVShowContent/init(id:episodeTitle:showName:duration:artwork:animatedArtwork:))

Creates TV show episode content with static and animated artwork.

### Instance Properties

[`let animatedArtwork: AnimatedArtwork?`](/documentation/NowPlaying/TVShowContent/animatedArtwork)

Animated artwork for this content.

[`let artwork: Artwork?`](/documentation/NowPlaying/TVShowContent/artwork)

Artwork for this content.

[`let duration: MediaDuration?`](/documentation/NowPlaying/TVShowContent/duration)

The duration of this content.

[`let episodeTitle: String`](/documentation/NowPlaying/TVShowContent/episodeTitle)

The title of the episode.

[`let showName: String`](/documentation/NowPlaying/TVShowContent/showName)

The name of the TV show.

[`var type: MediaType`](/documentation/NowPlaying/TVShowContent/type)

The media type (always video for TV shows).

## Relationships

### Conforms To

[`Identifiable`](/documentation/Swift/Identifiable)

[`MediaContentRepresentable`](/documentation/NowPlaying/MediaContentRepresentable)

---

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)