com.googlecode.mp4parser.authoring.builder
Interface FragmentIntersectionFinder

All Known Implementing Classes:
SyncSampleIntersectFinderImpl, TwoSecondIntersectionFinder

public interface FragmentIntersectionFinder


Method Summary
 long[] sampleNumbers(Track track, Movie movie)
          Gets the ordinal number of the samples which will be the first sample in each fragment.
 

Method Detail

sampleNumbers

long[] sampleNumbers(Track track,
                     Movie movie)
Gets the ordinal number of the samples which will be the first sample in each fragment.

Parameters:
track - concerned track
movie - the context of the track
Returns:
an array containing the ordinal of each fragment's first sample


Copyright © 2012. All Rights Reserved.