有什么方法可以告诉您视频何时通过API以最高分辨率完全编码?
据我所知,YouTube API提供了‘state’ of a video(处理,限制,删除,拒绝和失败).但是,我不知道API是否也提供了视频的编码质量(240p,360p,720i等).
有谁知道如何获取这些信息?
最佳答案 直接从
docs采取:
player.getPlaybackQuality():String
This function retrieves the actual video quality of the current video. It returns
undefined
if there is no current video. Possible return values arehighres
,hd1080
,hd720
,large
,medium
andsmall
.