FileDocCategorySizeDatePackage
Mp4Builder.javaAPI Docmp4parser 1.0-RC-171156Wed Dec 19 20:10:37 GMT 2012com.googlecode.mp4parser.authoring.builder

Mp4Builder

public interface Mp4Builder
Transforms a Movie object to an IsoFile. Implementations can determine the specific format: Fragmented MP4, MP4, MP4 with Apple Metadata, MP4 with 3GPP Metadata, MOV.

Fields Summary
Constructors Summary
Methods Summary
public com.coremedia.iso.IsoFilebuild(com.googlecode.mp4parser.authoring.Movie movie)
Builds the actual IsoFile from the Movie.

param
movie data source
return
the freshly built IsoFile