简体   繁体   中英

Adaptive Playback in Android 4.4

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.

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM