<!--
{
  "availability" : [
    "iOS: 27.0.0 -",
    "iPadOS: 27.0.0 -",
    "macCatalyst: 27.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AVKit",
  "identifier" : "/documentation/AVKit/AVPlaybackUserInterfaceContentMetadata-swift.struct/init(videoProperties:title:subtitle:artworkRepresentations:)",
  "metadataVersion" : "0.1.0",
  "role" : "Initializer",
  "symbol" : {
    "kind" : "Initializer",
    "modules" : [
      "AVKit"
    ],
    "preciseIdentifier" : "s:5AVKit38AVPlaybackUserInterfaceContentMetadataV15videoProperties5title8subtitle22artworkRepresentationsA2C05VideoH0VSg_SSSgAKSaySo0bcdE7ArtworkCGtcfc"
  },
  "title" : "init(videoProperties:title:subtitle:artworkRepresentations:)"
}
-->

# init(videoProperties:title:subtitle:artworkRepresentations:)

Creates a new metadata object.

```
init(videoProperties: AVPlaybackUserInterfaceContentMetadata.VideoProperties? = nil, title: String? = nil, subtitle: String? = nil, artworkRepresentations: [AVPlaybackUserInterfaceContentArtwork] = [])
```

## Parameters

`videoProperties`

Properties describing the video content, or `nil` for content without video.

`title`

Primary title or name of the media content.

`subtitle`

Secondary descriptive text.

`artworkRepresentations`

Array of available artwork representations in various formats and sizes.

---

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)