Contents

WKAudioFilePlayerItem

An object that manages the presentation state of an audio file while it is playing.

Declaration

class WKAudioFilePlayerItem

Overview

Create a player item for each WKAudioFileAsset object you want to play and use the player item to observe the state of the audio during playback. You can then associate the player item with an audio queue or player object to control the playback.

The value of the player item’s presentation-related properties are not valid until the underlying asset is loaded. Use the value of the status property to determine when it is valid to get the values of other properties. Specifically, wait until the status changes to WKAudioFilePlayerItemStatus.readyToPlay to access relevant properties.

If you want to play an asset more than once within a queue of items, you must create separate player items for each placement in the queue.

Topics

Creating a Player Item

Getting Information About the Item

Managing the Playback Position

Accessing the Item’s Status

See Also

Audio