AVAsynchronousKeyValueLoading的不同键

时间:2015-11-13 07:45:20

标签: avfoundation avplayer tvos avplayerviewcontroller

我正在寻找使用AVPlayer在tvOS上播放远程mp4视频。 (我已经成功播放视频,但有一个混乱)我看了不同的论坛,有一种方法,我可以使用AVURLAsset,方法是

 func loadValuesAsynchronouslyForKeys(_ keys: [String],
                   completionHandler handler: (() -> Void)?)

我见过有人使用playable, duration and tracks作为密钥。我不知道这些键是做什么的。我的问题是,我可以在哪里查看该功能的不同密钥的文档。

此外,我不明白苹果文档中该行的含义

A “key” is any property in a class that implements this protocol. 

https://developer.apple.com/library/prerelease/mac/documentation/AVFoundation/Reference/AVAsynchronousKeyValueLoading_Protocol/index.html#//apple_ref/occ/intfm/AVAsynchronousKeyValueLoading/loadValuesAsynchronouslyForKeys:completionHandler:

0 个答案:

没有答案