Uses of Interface
org.mp4parser.FullBox
-
-
-
Uses of FullBox in org.mp4parser.boxes.apple
Classes in org.mp4parser.boxes.apple that implement FullBox Modifier and Type Class Description classAppleDataRateBox4cc = ""rmdr""classAppleDataReferenceBox4cc = ""rdrf""classAppleLosslessSpecificBox4cc = ""alac""classBaseMediaInfoAtom4cc = ""gmin""classCleanApertureAtom4cc = ""clef""classTrackEncodedPixelsDimensionsAtom4cc = ""enof""classTrackProductionApertureDimensionsAtom4cc = ""prof"" -
Uses of FullBox in org.mp4parser.boxes.dece
Classes in org.mp4parser.boxes.dece that implement FullBox Modifier and Type Class Description classAssetInformationBox4cc = ""ainf""classBaseLocationBox4cc = ""bloc""classContentInformationBoxaligned(8) class ContentInformationBox extends FullBox(‘cinf’, version=0, flags=0) { string mimeSubtypeName; string profile-level-idc; string codecs; unsigned int(8) protection; string languages; unsigned int(8) brand_entry_count; for( int i=0; i < brand_entry_count; i++) { string iso_brand; string version } unsigned int(8) id_entry_count; for( int i=0; i < id_entry_count; i++) { string namespace; string asset_id; } }classTrickPlayBox4cc = ""trik"" -
Uses of FullBox in org.mp4parser.boxes.iso14496.part12
-
Uses of FullBox in org.mp4parser.boxes.iso14496.part14
Classes in org.mp4parser.boxes.iso14496.part14 that implement FullBox Modifier and Type Class Description classAbstractDescriptorBoxES Descriptor Box.classESDescriptorBox4cc = ""esds"" -
Uses of FullBox in org.mp4parser.boxes.iso23001.part7
Classes in org.mp4parser.boxes.iso23001.part7 that implement FullBox Modifier and Type Class Description classAbstractSampleEncryptionBoxclassAbstractTrackEncryptionBoxclassProtectionSystemSpecificHeaderBox4cc = ""pssh""classSampleEncryptionBox4cc = ""senc""classTrackEncryptionBox4cc = ""tenc"" -
Uses of FullBox in org.mp4parser.boxes.iso23009.part1
Classes in org.mp4parser.boxes.iso23009.part1 that implement FullBox Modifier and Type Class Description classEventMessageBoxThe Event Message box ('emsg') provides signalling for generic events related to the media presentation time. -
Uses of FullBox in org.mp4parser.boxes.microsoft
Classes in org.mp4parser.boxes.microsoft that implement FullBox 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 ] }classPiffTrackEncryptionBoxaligned(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; }classTfrfBox4cc = "uuid", d4807ef2-ca39-4695-8e54-26cb9e46a79fclassTfxdBox4cc = "uuid", 6d1d9b05-42d5-44e6-80e2-141daff757b2classUuidBasedProtectionSystemSpecificHeaderBox4cc = "uuid", d08a4f18-10f3-4a82-b6c8-32d8aba183d3 -
Uses of FullBox in org.mp4parser.boxes.oma
Classes in org.mp4parser.boxes.oma that implement FullBox Modifier and Type Class Description classOmaDrmAccessUnitFormatBox4cc = ""odaf"" -
Uses of FullBox in org.mp4parser.boxes.samplegrouping
Classes in org.mp4parser.boxes.samplegrouping that implement FullBox Modifier and Type Class Description classSampleGroupDescriptionBox4cc = ""sgpd""classSampleToGroupBox4cc = ""sbgp"" -
Uses of FullBox in org.mp4parser.boxes.threegpp.ts26244
Classes in org.mp4parser.boxes.threegpp.ts26244 that implement FullBox Modifier and Type Class Description classAlbumBox4cc = ""albm""classAuthorBox4cc = ""auth""classClassificationBox4cc = ""clsf""classCopyrightBox4cc = ""cprt""classDescriptionBox4cc = ""dscp""classGenreBox4cc = ""gnre""classKeywordsBox4cc = ""kywd""classLocationInformationBox4cc = ""loci""classPerformerBox4cc = ""perf""classRatingBox4cc = ""rtng""classRecordingYearBox4cc = ""yrrc""classTitleBox4cc = ""titl"" -
Uses of FullBox in org.mp4parser.support
Classes in org.mp4parser.support that implement FullBox Modifier and Type Class Description classAbstractFullBoxBase class for all ISO Full boxes.classFullContainerBoxAbstract base class for a full tools box only containing ither boxes.
-