Class TrackEncryptionBox
java.lang.Object
org.mp4parser.support.AbstractBox
org.mp4parser.support.AbstractFullBox
org.mp4parser.boxes.iso23001.part7.AbstractTrackEncryptionBox
org.mp4parser.boxes.iso23001.part7.TrackEncryptionBox
- All Implemented Interfaces:
Box,FullBox,ParsableBox
4cc = ""tenc""
-
Field Summary
FieldsFields 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.AbstractTrackEncryptionBox
_parseDetails, equals, getContent, getContentSize, getDefault_KID, getDefaultAlgorithmId, getDefaultIvSize, hashCode, setDefault_KID, setDefaultAlgorithmId, setDefaultIvSizeMethods inherited from class org.mp4parser.support.AbstractFullBox
getFlags, getVersion, parseVersionAndFlags, setFlags, setVersion, writeVersionAndFlagsMethods inherited from class org.mp4parser.support.AbstractBox
getBox, 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
-
TrackEncryptionBox
public TrackEncryptionBox()
-