---
title: title
framework: AVKit
role: symbol
role_heading: Instance Property
path: avkit/avinterfacemetadata/title
---

# title

Primary title or name of the media content for display in player UI and system interfaces. This should be the main identifying text for the content, such as a song title, episode name, or movie title.

## Declaration

```occ
@property (nonatomic, copy, readonly, nullable) NSString * title;
```
