mirror of
https://github.com/samsonjs/media.git
synced 2026-03-26 09:35:47 +00:00
Ahem (fix bad constant value).
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=124836700
This commit is contained in:
parent
61df9aeb26
commit
bd248ffee5
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ public interface DrmSession {
|
|||
/**
|
||||
* The session is open and has the keys required for decryption.
|
||||
*/
|
||||
int STATE_OPENED_WITH_KEYS = 3;
|
||||
int STATE_OPENED_WITH_KEYS = 4;
|
||||
|
||||
/**
|
||||
* Gets the current state of the session.
|
||||
|
|
|
|||
Loading…
Reference in a new issue