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
public class TrackEncryptionBox extends AbstractTrackEncryptionBox
4cc = ""tenc""
-
-
Field Summary
-
Fields inherited from class org.mp4parser.support.AbstractBox
content, type
-
-
Constructor Summary
Constructors Constructor Description TrackEncryptionBox()
-
Method Summary
-
Methods inherited from class org.mp4parser.boxes.iso23001.part7.AbstractTrackEncryptionBox
_parseDetails, equals, getContent, getContentSize, getDefault_KID, getDefaultAlgorithmId, getDefaultIvSize, hashCode, setDefault_KID, setDefaultAlgorithmId, setDefaultIvSize
-
Methods inherited from class org.mp4parser.support.AbstractFullBox
getFlags, getVersion, parseVersionAndFlags, setFlags, setVersion, writeVersionAndFlags
-
Methods inherited from class org.mp4parser.support.AbstractBox
getBox, 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
-
-