Contents

Player

A media player that displays the UI for playing video and audio in an Apple TV client-server app.

Declaration

interface Player

Overview

After you create a new player, associate the player with a playlist that contains media items. In order to play audio or video, at a minimum, there must be a Player object that contains a single Playlist object, which contains a single MediaItem object.

Topics

Setting Up the Player

Controlling Playback

Inspecting Media Items

Responding to Events

See Also

Media Playback