2

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.

Infinite Recursion
  • 6,511
  • 28
  • 39
  • 51
Vaibs
  • 1,128
  • 3
  • 16
  • 36

1 Answers1

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.

MDMower
  • 808
  • 8
  • 27