问题
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