mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00
Aes128DataSource should be final.
This commit is contained in:
parent
a56c00268d
commit
0d42032ada
@ -42,7 +42,7 @@ import javax.crypto.spec.SecretKeySpec;
|
||||
* designed specifically for reading whole files as defined in an HLS media playlist. For this
|
||||
* 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 byte[] encryptionKey;
|
||||
|
Loading…
x
Reference in New Issue
Block a user