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
0d42032a
authored
Jul 30, 2015
by
Oliver Woodman
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Aes128DataSource should be final.
parent
a56c0026
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
library/src/main/java/com/google/android/exoplayer/hls/Aes128DataSource.java
library/src/main/java/com/google/android/exoplayer/hls/Aes128DataSource.java
View file @
0d42032a
...
@@ -42,7 +42,7 @@ import javax.crypto.spec.SecretKeySpec;
...
@@ -42,7 +42,7 @@ import javax.crypto.spec.SecretKeySpec;
* designed specifically for reading whole files as defined in an HLS media playlist. For this
* designed specifically for reading whole files as defined in an HLS media playlist. For this
* reason the implementation is private to the HLS package.
* reason the implementation is private to the HLS package.
*/
*/
/* package */
class
Aes128DataSource
implements
DataSource
{
/* package */
final
class
Aes128DataSource
implements
DataSource
{
private
final
DataSource
upstream
;
private
final
DataSource
upstream
;
private
final
byte
[]
encryptionKey
;
private
final
byte
[]
encryptionKey
;
...
...
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