Package org.mp4parser.boxes.microsoft
Class PiffTrackEncryptionBox
- java.lang.Object
-
- org.mp4parser.support.AbstractBox
-
- org.mp4parser.support.AbstractFullBox
-
- org.mp4parser.boxes.iso23001.part7.AbstractTrackEncryptionBox
-
- org.mp4parser.boxes.microsoft.PiffTrackEncryptionBox
-
- All Implemented Interfaces:
Box,FullBox,ParsableBox
public class PiffTrackEncryptionBox extends AbstractTrackEncryptionBox
aligned(8) class TrackEncryptionBox extends FullBox(‘uuid’, extended_type=0x8974dbce-7be7-4c51-84f9-7148f9882554, version=0, flags=0) { unsigned int(24) default_AlgorithmID; unsigned int(8) default_IV_size; unsigned int(8)[16] default_KID; }
-
-
Field Summary
-
Fields inherited from class org.mp4parser.support.AbstractBox
content, type
-
-
Constructor Summary
Constructors Constructor Description PiffTrackEncryptionBox()
-
Method Summary
Modifier and Type Method Description intgetFlags()byte[]getUserType()-
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
getVersion, parseVersionAndFlags, setFlags, setVersion, writeVersionAndFlags
-
Methods inherited from class org.mp4parser.support.AbstractBox
getBox, getSize, getType, 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
-
-
-
-
Method Detail
-
getUserType
public byte[] getUserType()
- Overrides:
getUserTypein classAbstractBox
-
getFlags
public int getFlags()
- Specified by:
getFlagsin interfaceFullBox- Overrides:
getFlagsin classAbstractFullBox
-
-