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
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
FieldsFields inherited from class org.mp4parser.boxes.iso23001.part7.AbstractSampleEncryptionBox
algorithmId, ivSize, kidFields inherited from class org.mp4parser.support.AbstractFullBox
flags, versionFields inherited from class org.mp4parser.support.AbstractBox
content, type -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.mp4parser.boxes.iso23001.part7.AbstractSampleEncryptionBox
_parseDetails, equals, getBox, getContent, getContentSize, getEntries, getEntrySizes, getOffsetToFirstIV, hashCode, isOverrideTrackEncryptionBoxParameters, isSubSampleEncryption, setEntries, setSubSampleEncryptionMethods inherited from class org.mp4parser.support.AbstractFullBox
getFlags, getVersion, parseVersionAndFlags, setFlags, setVersion, writeVersionAndFlagsMethods inherited from class org.mp4parser.support.AbstractBox
getSize, getType, getUserType, isParsed, parse, parseDetailsMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.mp4parser.ParsableBox
parse
-
Field Details
-
TYPE
- See Also:
-
-
Constructor Details
-
SampleEncryptionBox
public SampleEncryptionBox()Creates a SampleEncryptionBox for non-h264 tracks.
-