---
title: AVPlaybackUserInterfaceContentMetadata
framework: AVKit
role: symbol
role_heading: Structure
platforms: [iOS 27.0+, iPadOS 27.0+, Mac Catalyst 27.0+]
path: avkit/avplaybackuserinterfacecontentmetadata-swift.struct
---

# AVPlaybackUserInterfaceContentMetadata

A Swift-friendly structure representing media metadata.

## Declaration

```swift
struct AVPlaybackUserInterfaceContentMetadata
```

## Overview

Overview This structure provides metadata information about media content including title, artwork, and content type. Use this to provide rich information for playback interfaces and system integrations.

## Topics

### Structures

- [AVPlaybackUserInterfaceContentMetadata.VideoProperties](avkit/avplaybackuserinterfacecontentmetadata-swift.struct/videoproperties-swift.struct.md)

### Initializers

- [init(videoProperties:title:subtitle:artworkRepresentations:)](avkit/avplaybackuserinterfacecontentmetadata-swift.struct/init(videoproperties:title:subtitle:artworkrepresentations:).md)

### Instance Properties

- [artworkRepresentations](avkit/avplaybackuserinterfacecontentmetadata-swift.struct/artworkrepresentations.md)
- [subtitle](avkit/avplaybackuserinterfacecontentmetadata-swift.struct/subtitle.md)
- [title](avkit/avplaybackuserinterfacecontentmetadata-swift.struct/title.md)
- [videoProperties](avkit/avplaybackuserinterfacecontentmetadata-swift.struct/videoproperties-swift.property.md)

## Relationships

### Conforms To

- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Metadata

- [AVPlaybackUserInterfaceMetadataProviding](avkit/avplaybackuserinterfacemetadataproviding-814y4.md)
- [AVPlaybackUserInterfaceContentArtwork](avkit/avplaybackuserinterfacecontentartwork.md)
- [AVPlaybackUserInterfaceContentURLArtwork](avkit/avplaybackuserinterfacecontenturlartwork.md)
