Uses of Class
org.mp4parser.boxes.iso23001.part7.AbstractSampleEncryptionBox
-
Packages that use AbstractSampleEncryptionBox Package Description org.mp4parser.boxes.iso23001.part7 org.mp4parser.boxes.microsoft -
-
Uses of AbstractSampleEncryptionBox in org.mp4parser.boxes.iso23001.part7
Subclasses of AbstractSampleEncryptionBox in org.mp4parser.boxes.iso23001.part7 Modifier and Type Class Description classSampleEncryptionBox4cc = ""senc"" -
Uses of AbstractSampleEncryptionBox in org.mp4parser.boxes.microsoft
Subclasses of AbstractSampleEncryptionBox in org.mp4parser.boxes.microsoft Modifier and Type Class Description classPiffSampleEncryptionBoxaligned(8) class SampleEncryptionBox extends FullBox(‘uuid’, extended_type= 0xA2394F52-5A9B-4f14-A244-6C427C648DF4, version=0, flags=0) { if (flags & 0x000001) { unsigned int(24) AlgorithmID; unsigned int(8) IV_size; unsigned int(8)[16] KID; } unsigned int (32) sample_count; { unsigned int(IV_size) InitializationVector; if (flags & 0x000002) { unsigned int(16) NumberOfEntries; { unsigned int(16) BytesOfClearData; unsigned int(32) BytesOfEncryptedData; } [ NumberOfEntries] } }[ sample_count ] }
-