Adaptive Playback in Android 4.4

☆樱花仙子☆ 提交于 2019-12-24 08:39:25

问题


I want to work on Adaptive playback the new feature in android 4.4. But I am confused how will I test the same. I will be using HTTPS links for video. Has anyone worked on it and can help how did they achieve it.

Thanks in Advance.


回答1:


CTS has adaptive playback as one of its tests: AdaptivePlaybackTest.java. You should be able to reference AdaptivePlaybackTest.java for ideas on how to implement the test in your own software. Otherwise, compiling the CtsMediaTestCases package in CTS should get you a useable testing tool.



来源:https://stackoverflow.com/questions/20172520/adaptive-playback-in-android-4-4

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!