Added a MediaCoded based video view to the widevine sample player app.

Change-Id: I514fee7312c485aa5f7a8c6c0a42ce62e71d2578
This commit is contained in:
Andreas Huber
2012-04-23 08:18:32 -07:00
committed by Jeff Tinker
parent 7309379b9b
commit d5547b3aaa
5 changed files with 1051 additions and 51 deletions

View File

@@ -5,6 +5,8 @@
<string name="not_provisioned">Device Not Provisioned</string>
<string name="play">Play</string>
<string name="stop">Stop</string>
<string name="mediacodec_mode">MediaCodec Mode</string>
<string name="normal_mode">Normal Mode</string>
<string name="constraints">Constraints</string>
<string name="acquire_rights">Acquire Rights</string>
<string name="remove_rights">Remove Rights</string>