Class SampleEncryptionBox
- java.lang.Object
-
- org.mp4parser.support.AbstractBox
-
- org.mp4parser.support.AbstractFullBox
-
- org.mp4parser.boxes.iso23001.part7.AbstractSampleEncryptionBox
-
- org.mp4parser.boxes.iso23001.part7.SampleEncryptionBox
-
- All Implemented Interfaces:
Box,FullBox,ParsableBox
public class SampleEncryptionBox extends AbstractSampleEncryptionBox
4cc = ""senc""
The Sample Encryption Box contains the sample specific encryption data, including the initialization vectors needed for decryption and, optionally, alternative decryption parameters. It is used when the sample data in the fragment might be encrypted.
-
-
Field Summary
-
Fields inherited from class org.mp4parser.boxes.iso23001.part7.AbstractSampleEncryptionBox
algorithmId, ivSize, kid
-
Fields inherited from class org.mp4parser.support.AbstractBox
content, type
-
-
Constructor Summary
Constructors Constructor Description SampleEncryptionBox()Creates a SampleEncryptionBox for non-h264 tracks.
-
Method Summary
-
Methods inherited from class org.mp4parser.boxes.iso23001.part7.AbstractSampleEncryptionBox
_parseDetails, equals, getBox, getContent, getContentSize, getEntries, getEntrySizes, getOffsetToFirstIV, hashCode, isOverrideTrackEncryptionBoxParameters, isSubSampleEncryption, setEntries, setSubSampleEncryption
-
Methods inherited from class org.mp4parser.support.AbstractFullBox
getFlags, getVersion, parseVersionAndFlags, setFlags, setVersion, writeVersionAndFlags
-
Methods inherited from class org.mp4parser.support.AbstractBox
getSize, getType, getUserType, isParsed, parse, parseDetails
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.mp4parser.ParsableBox
parse
-
-
-
-
Field Detail
-
TYPE
public static final String TYPE
- See Also:
- Constant Field Values
-
-