Uses of Class
org.mp4parser.boxes.iso14496.part12.TimeToSampleBox.Entry
-
Packages that use TimeToSampleBox.Entry Package Description org.mp4parser.boxes.iso14496.part12 -
-
Uses of TimeToSampleBox.Entry in org.mp4parser.boxes.iso14496.part12
Methods in org.mp4parser.boxes.iso14496.part12 that return types with arguments of type TimeToSampleBox.Entry Modifier and Type Method Description List<TimeToSampleBox.Entry>TimeToSampleBox. getEntries()Method parameters in org.mp4parser.boxes.iso14496.part12 with type arguments of type TimeToSampleBox.Entry Modifier and Type Method Description static long[]TimeToSampleBox. blowupTimeToSamples(List<TimeToSampleBox.Entry> entries)Decompresses the list of entries and returns the list of decoding times.voidTimeToSampleBox. setEntries(List<TimeToSampleBox.Entry> entries)
-