Reputation: 1138
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.
Upvotes: 2
Views: 1223
Reputation: 859
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.
Upvotes: 1