public final class TrackEncryptionBox extends Object
Modifier and Type | Field and Description |
---|---|
int |
initializationVectorSize
The initialization vector size in bytes for the samples in the corresponding sample group.
|
boolean |
isEncrypted
Indicates the encryption state of the samples in the sample group.
|
byte[] |
keyId
The key identifier for the samples in the corresponding sample group.
|
Constructor and Description |
---|
TrackEncryptionBox(boolean isEncrypted,
int initializationVectorSize,
byte[] keyId) |
public final boolean isEncrypted
public final int initializationVectorSize
public final byte[] keyId
public TrackEncryptionBox(boolean isEncrypted, int initializationVectorSize, byte[] keyId)
isEncrypted
- Indicates the encryption state of the samples in the sample group.initializationVectorSize
- The initialization vector size in bytes for the samples in the
corresponding sample group.keyId
- The key identifier for the samples in the corresponding sample group.