【发布时间】:2016-02-24 23:42:26
【问题描述】:
在 tvOS 中,是否有与 AVPlayerViewController 等效的功能,用于播放带有封面和进度条的音乐,就像音乐应用程序中的一样?
【问题讨论】:
在 tvOS 中,是否有与 AVPlayerViewController 等效的功能,用于播放带有封面和进度条的音乐,就像音乐应用程序中的一样?
【问题讨论】:
在 tvjs 播放器 (https://developer.apple.com/library/tvos/documentation/TVMLJS/Reference/TVJSPlayer_Ref/) 中,只需将 mediaItem (https://developer.apple.com/library/tvos/documentation/TVMLJS/Reference/TVJSMediaItem_Ref/index.html#//apple_ref/javascript/cl/MediaItem) 的类型设置为 audio。看看https://github.com/iBaa/PlexConnectApp/tree/master/PlexConnectApp/js,比较 VideoPlayer.js 和 AudioPlayer.js。
我想,使用 Swift/Foundation,应该以类似的方式处理事情......
【讨论】:
AVPlayerViewController 设置为音频的方法……而且我不想使用 TVJS……