谁能找到AVAsynchronousKeyValueLoading:statusOfValueForKey
的密钥列表?
https://developer.apple.com/library/prerelease/mac/documentation/AVFoundation/Reference/AVAsynchronousKeyValueLoading_Protocol/index.html
从一些例子中
我可以看到“曲目”和“持续时间”。
谢谢。
最佳答案
密钥列表基本上包含AVAsset
的所有属性。如持续时间,曲目,元数据,可播放,可导出等。列表很长,因此只需遍历AVAsset
here的所有属性。
关于cocoa - statusOfValueForKey的键是什么,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/32471144/