---
title: asset
framework: watchkit
role: symbol
role_heading: Instance Property
path: watchkit/wkaudiofileplayeritem/asset
---

# asset

The audio file asset being managed.

## Declaration

```swift
var asset: WKAudioFileAsset { get }
```

## Discussion

Discussion This property is initialized with the asset you specified at creation time. You may access this property at any time regardless of the current status of the player item.

## See Also

### Getting Information About the Item

- [status](watchkit/wkaudiofileplayeritem/status.md)
- [error](watchkit/wkaudiofileplayeritem/error.md)
