com.googlecode.mp4parser.authoring.builder
Interface Mp4Builder

All Known Implementing Classes:
DefaultMp4Builder, FragmentedMp4Builder, IsmvBuilder

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.


Method Summary
 IsoFile build(Movie movie)
          Builds the actual IsoFile from the Movie.
 

Method Detail

build

IsoFile build(Movie movie)
              throws IOException
Builds the actual IsoFile from the Movie.

Parameters:
movie - data source
Returns:
the freshly built IsoFile
Throws:
IOException


Copyright © 2012. All Rights Reserved.