mirror of
https://github.com/samsonjs/media.git
synced 2026-03-27 09:45:47 +00:00
Clarify naming for ClearKey DRM support
This commit is contained in:
parent
5fe5076c86
commit
dc17163351
1 changed files with 1 additions and 1 deletions
|
|
@ -268,7 +268,7 @@ public class SampleChooserActivity extends Activity {
|
|||
case "playready":
|
||||
return C.PLAYREADY_UUID;
|
||||
case "cenc":
|
||||
return C.CENC_UUID;
|
||||
return C.CLEARKEY_UUID;
|
||||
default:
|
||||
try {
|
||||
return UUID.fromString(typeString);
|
||||
|
|
|
|||
Loading…
Reference in a new issue