Uses of Class
org.mp4parser.boxes.samplegrouping.GroupEntry
-
Packages that use GroupEntry Package Description org.mp4parser.boxes.iso14496.part15 org.mp4parser.boxes.samplegrouping -
-
Uses of GroupEntry in org.mp4parser.boxes.iso14496.part15
Subclasses of GroupEntry in org.mp4parser.boxes.iso14496.part15 Modifier and Type Class Description classStepwiseTemporalLayerEntryThis sample group is used to mark temporal layer access (TSA) samples.classSyncSampleEntryA sync sample sample group entry identifies samples containing a sync sample of a specific type.classTemporalLayerSampleGroupCreated by sannies on 08.09.2014.classTemporalSubLayerSampleGroupThis sample group is used to mark temporal layer access (TSA) samples. -
Uses of GroupEntry in org.mp4parser.boxes.samplegrouping
Subclasses of GroupEntry in org.mp4parser.boxes.samplegrouping Modifier and Type Class Description classRateShareEntry4cc = ""rash""classRollRecoveryEntry4cc = ""roll""classTemporalLevelEntry4cc = ""tele""classUnknownEntryclassVisualRandomAccessEntry4cc = ""rap ""Methods in org.mp4parser.boxes.samplegrouping that return types with arguments of type GroupEntry Modifier and Type Method Description List<GroupEntry>SampleGroupDescriptionBox. getGroupEntries()Method parameters in org.mp4parser.boxes.samplegrouping with type arguments of type GroupEntry Modifier and Type Method Description voidSampleGroupDescriptionBox. setGroupEntries(List<GroupEntry> groupEntries)
-