Is there any way to change the quality of the video?(有什么办法可以改变视频的质量吗?)
问题描述
我正在查看 android youtube API 文档和示例应用程序.我找不到任何描述加载视频和设置其质量(低或高)的 API.
I am looking at the android youtube API docs and the sample applications. I cannot find any API that describes loading a video and setting its quality (to low or high).
有没有办法改变视频的质量?
Is there a way to change the quality of a video?
Android-youtube-接口
推荐答案
据我了解,Youtube 实施了一项政策,根据您的带宽和可能的屏幕尺寸来控制质量.在现已弃用的较旧的基于 Web 的 API 中,它可能会列出质量编码并直接流式传输所需的版本.但这不再是一种选择.
To my understanding Youtube implemented a policy to control quality based on your bandwidth and possibly screen size. In the now deprecated older web based API it was possibly to list quality encodings and stream the desired version directly. But this is no longer an option.
这篇关于有什么办法可以改变视频的质量吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:有什么办法可以改变视频的质量吗?
基础教程推荐
- 当从同一个组件调用时,两个 IBAction 触发的顺序是什么? 2022-01-01
- UIWebView 委托方法 shouldStartLoadWithRequest:在 WKWebView 中等效? 2022-01-01
- 如何在 iPhone 上显示来自 API 的 HTML 文本? 2022-01-01
- 如何在 UIImageView 中异步加载图像? 2022-01-01
- Kivy Buildozer 无法构建 apk,命令失败:./distribute.sh -m “kivy"d 2022-01-01
- android 应用程序已发布,但在 google play 中找不到 2022-01-01
- 如何让对象对 Cocos2D 中的触摸做出反应? 2022-01-01
- 在 gmail 中为 ios 应用程序检索朋友的朋友 2022-01-01
- Android:对话框关闭而不调用关闭 2022-01-01
- 如何在没有IB的情况下将2个按钮添加到右侧的UINavigationbar? 2022-01-01