Uses of Interface
com.googlecode.mp4parser.authoring.builder.FragmentIntersectionFinder

Packages that use FragmentIntersectionFinder
com.googlecode.mp4parser.authoring.adaptivestreaming   
com.googlecode.mp4parser.authoring.builder   
 

Uses of FragmentIntersectionFinder in com.googlecode.mp4parser.authoring.adaptivestreaming
 

Constructors in com.googlecode.mp4parser.authoring.adaptivestreaming with parameters of type FragmentIntersectionFinder
AbstractManifestWriter(FragmentIntersectionFinder intersectionFinder)
           
FlatManifestWriterImpl(FragmentIntersectionFinder intersectionFinder)
           
 

Uses of FragmentIntersectionFinder in com.googlecode.mp4parser.authoring.builder
 

Classes in com.googlecode.mp4parser.authoring.builder that implement FragmentIntersectionFinder
 class SyncSampleIntersectFinderImpl
          This FragmentIntersectionFinder cuts the input movie video tracks in fragments of the same length exactly before the sync samples.
 class TwoSecondIntersectionFinder
          This FragmentIntersectionFinder cuts the input movie in 2 second snippets.
 

Fields in com.googlecode.mp4parser.authoring.builder declared as FragmentIntersectionFinder
protected  FragmentIntersectionFinder FragmentedMp4Builder.intersectionFinder
           
 

Methods in com.googlecode.mp4parser.authoring.builder that return FragmentIntersectionFinder
 FragmentIntersectionFinder DefaultMp4Builder.getFragmentIntersectionFinder()
           
 FragmentIntersectionFinder FragmentedMp4Builder.getFragmentIntersectionFinder()
           
 

Methods in com.googlecode.mp4parser.authoring.builder with parameters of type FragmentIntersectionFinder
 void DefaultMp4Builder.setIntersectionFinder(FragmentIntersectionFinder intersectionFinder)
           
 void FragmentedMp4Builder.setIntersectionFinder(FragmentIntersectionFinder intersectionFinder)
           
 



Copyright © 2012. All Rights Reserved.