public static final class MediaCodec.CryptoInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
byte[] |
iv |
byte[] |
key |
int |
mode |
int[] |
numBytesOfClearData |
int[] |
numBytesOfEncryptedData |
int |
numSubSamples |
| Constructor and Description |
|---|
MediaCodec.CryptoInfo() |
| Modifier and Type | Method and Description |
|---|---|
void |
set(int newNumSubSamples,
int[] newNumBytesOfClearData,
int[] newNumBytesOfEncryptedData,
byte[] newKey,
byte[] newIV,
int newMode) |
Copyright © 2008-2013. All Rights Reserved.