---
title: albumTitle
framework: watchkit
role: symbol
role_heading: Instance Property
path: watchkit/wkaudiofileasset/albumtitle
---

# albumTitle

The album title information for the audio file.

## Declaration

```swift
var albumTitle: String? { get }
```

## Discussion

Discussion If you do not set the album title directly at initialization time, the asset object obtains the information from the audio file’s metadata.

## See Also

### Getting the Asset’s Properties

- [url](watchkit/wkaudiofileasset/url.md)
- [duration](watchkit/wkaudiofileasset/duration.md)
- [title](watchkit/wkaudiofileasset/title.md)
- [artist](watchkit/wkaudiofileasset/artist.md)
