Uses of Class
com.coremedia.iso.boxes.TimeToSampleBox.Entry

Packages that use TimeToSampleBox.Entry
com.coremedia.iso.boxes   
com.googlecode.mp4parser.authoring   
com.googlecode.mp4parser.authoring.tracks   
 

Uses of TimeToSampleBox.Entry in com.coremedia.iso.boxes
 

Methods in com.coremedia.iso.boxes that return types with arguments of type TimeToSampleBox.Entry
 List<TimeToSampleBox.Entry> TimeToSampleBox.getEntries()
           
 

Method parameters in com.coremedia.iso.boxes with type arguments of type TimeToSampleBox.Entry
static long[] TimeToSampleBox.blowupTimeToSamples(List<TimeToSampleBox.Entry> entries)
          Decompresses the list of entries and returns the list of decoding times.
 void TimeToSampleBox.setEntries(List<TimeToSampleBox.Entry> entries)
           
 

Uses of TimeToSampleBox.Entry in com.googlecode.mp4parser.authoring
 

Methods in com.googlecode.mp4parser.authoring that return types with arguments of type TimeToSampleBox.Entry
 List<TimeToSampleBox.Entry> Track.getDecodingTimeEntries()
           
 List<TimeToSampleBox.Entry> Mp4TrackImpl.getDecodingTimeEntries()
           
 

Uses of TimeToSampleBox.Entry in com.googlecode.mp4parser.authoring.tracks
 

Methods in com.googlecode.mp4parser.authoring.tracks that return types with arguments of type TimeToSampleBox.Entry
 List<TimeToSampleBox.Entry> ChangeTimeScaleTrack.getDecodingTimeEntries()
           
 List<TimeToSampleBox.Entry> Amf0Track.getDecodingTimeEntries()
           
 List<TimeToSampleBox.Entry> AC3TrackImpl.getDecodingTimeEntries()
           
 List<TimeToSampleBox.Entry> AppendTrack.getDecodingTimeEntries()
           
 List<TimeToSampleBox.Entry> TextTrackImpl.getDecodingTimeEntries()
           
 List<TimeToSampleBox.Entry> CroppedTrack.getDecodingTimeEntries()
           
 List<TimeToSampleBox.Entry> EC3TrackImpl.getDecodingTimeEntries()
           
 



Copyright © 2012. All Rights Reserved.