Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
SDK
/
exoplayer
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
a04769f2
authored
Aug 03, 2020
by
olly
Committed by
kim-vde
Aug 07, 2020
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Tweak DefaultDrmSessionManager Mode Javadoc
PiperOrigin-RevId: 324557397
parent
132cff1e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
library/core/src/main/java/com/google/android/exoplayer2/drm/DefaultDrmSessionManager.java
library/core/src/main/java/com/google/android/exoplayer2/drm/DefaultDrmSessionManager.java
View file @
a04769f2
...
...
@@ -415,14 +415,14 @@ public class DefaultDrmSessionManager implements DrmSessionManager {
* <p>{@code mode} must be one of these:
*
* <ul>
* <li>{@link #MODE_PLAYBACK}: If {@code offlineLicenseKeySetId} is null
, a streaming license is
*
requested otherwise
the offline license is restored.
* <li>{@link #MODE_QUERY}: {@code offlineLicenseKeySetId} can
not be null. The offline license
* is restored.
* <li>{@link #MODE_DOWNLOAD}: If {@code offlineLicenseKeySetId} is null
, an offline license is
*
requested otherwise
the offline license is renewed.
* <li>{@link #MODE_RELEASE}: {@code offlineLicenseKeySetId} can
not be null. The offlin
e
*
license
is released.
* <li>{@link #MODE_PLAYBACK}: If {@code offlineLicenseKeySetId} is null
then a streaming
*
license is requested. Otherwise,
the offline license is restored.
* <li>{@link #MODE_QUERY}: {@code offlineLicenseKeySetId} cannot be null. The offline license
* is restored
to allow its status to be queried
.
* <li>{@link #MODE_DOWNLOAD}: If {@code offlineLicenseKeySetId} is null
then an offline license
*
is requested. Otherwise,
the offline license is renewed.
* <li>{@link #MODE_RELEASE}: {@code offlineLicenseKeySetId} can
not be null. The offline licens
e
* is released.
* </ul>
*
* @param mode The mode to be set.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment