|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.coremedia.iso.boxes.AbstractBox
com.coremedia.iso.boxes.AbstractFullBox
com.googlecode.mp4parser.boxes.AbstractTrackEncryptionBox
com.googlecode.mp4parser.boxes.piff.PiffTrackEncryptionBox
public class PiffTrackEncryptionBox
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 com.coremedia.iso.boxes.AbstractBox |
|---|
deadBytes, type |
| Constructor Summary | |
|---|---|
PiffTrackEncryptionBox()
|
|
| Method Summary | |
|---|---|
int |
getFlags()
|
byte[] |
getUserType()
|
| Methods inherited from class com.googlecode.mp4parser.boxes.AbstractTrackEncryptionBox |
|---|
_parseDetails, equals, getContent, getContentSize, getDefault_KID, getDefaultAlgorithmId, getDefaultIvSize, hashCode, setDefault_KID, setDefaultAlgorithmId, setDefaultIvSize |
| Methods inherited from class com.coremedia.iso.boxes.AbstractFullBox |
|---|
getVersion, parseVersionAndFlags, setFlags, setVersion, writeVersionAndFlags |
| Methods inherited from class com.coremedia.iso.boxes.AbstractBox |
|---|
getBox, getDeadBytes, getHeader, getIsoFile, getParent, getSize, getType, isParsed, parse, parseDetails, setDeadBytes, setParent, setUserType |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.coremedia.iso.boxes.Box |
|---|
getBox, getParent, getSize, getType, parse, setParent |
| Constructor Detail |
|---|
public PiffTrackEncryptionBox()
| Method Detail |
|---|
public byte[] getUserType()
getUserType in class AbstractBoxpublic int getFlags()
getFlags in interface FullBoxgetFlags in class AbstractFullBox
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||