public class TwoSecondIntersectionFinder extends Object implements FragmentIntersectionFinder
FragmentIntersectionFinder cuts the input movie in 2 second
snippets.| Constructor and Description |
|---|
TwoSecondIntersectionFinder(Movie movie,
int fragmentLength) |
| Modifier and Type | Method and Description |
|---|---|
long[] |
sampleNumbers(Track track)
Gets the ordinal number of the samples which will be the first sample
in each fragment.
|
public TwoSecondIntersectionFinder(Movie movie, int fragmentLength)
public long[] sampleNumbers(Track track)
sampleNumbers in interface FragmentIntersectionFindertrack - concerned trackCopyright © 2014. All rights reserved.